ChrisHull/arcade/ArcadeGames

From ggc

Jump to: navigation, search

01 package ChrisHull.arcade;
02 
03 import arcade.*;
04 import wiki.Wiki;
05 /**
06  * All about my class here.
07 * This code is modified from the example given in class, also looked at Jayson's code for help
08  @author ChrisHull   
09  */
10 
11 public class ArcadeGames extends ArcadeGame
12 {
13   public ArcadeGames()
14   {
15     setName"Chris Hull's Arcade Games" );
16     addArcadeLevelnew ChrisHull.wackadot.WackadotLevel() );
17     addArcadeLevelnew ChrisHull.MontyhallLevel() );
18     addArcadeLevelnew ChrisHull.ArtLevel() );
19     addArcadeLevelnew Hull.BlocktrialLevel() );
20     addArcadeLevelnew ChrisHull.LightOutGameLevel() );
21     addArcadeLevelnew ChrisHull.FinalProjectLevel() );
22     
23   }
24 }


Download/View ChrisHull/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