KimMooney/arcade/ArcadeGames

From ggc

Jump to: navigation, search

01 package KimMooney.arcade;
02 import arcade.*;
03 import wiki.Wiki;
04 
05 /**
06  * All about my game here.
07  @author Kmooney     
08  */
09 public class ArcadeGames extends ArcadeGame
10 {
11   public ArcadeGames()
12   {
13     setName("Kim's Arcade Games");
14     addArcadeLevel(new KimMooney.wackadot.WackadotLevel());
15     addArcadeLevel(new KimMooney.LetsMakeADealLevel());
16     addArcadeLevel(new MerimaKim.InteractiveArtLevel());
17     addArcadeLevel(new KimMooney.BreakOutLevel());
18     addArcadeLevel(new KMM.FinalProjectLevel());
19   }
20 }


Download/View KimMooney/arcade/ArcadeGames.java





Views
Personal tools
Add to 
del.icio.usAdd to 
diggAdd to 
FacebookAdd to 
favoritesAdd to 
GoogleAdd to 
MySpaceAdd to 
PrintAdd to 
SlashdotAdd to 
StumbleUponAdd to 
Twitter