Jayson/arcade/ArcadeGames

From ggc

Jump to: navigation, search

01 package Jayson.arcade;
02 
03 import arcade.*;
04 import wiki.Wiki;
05 /**
06  * All about my class here.
07  @author Jpark   
08  */
09 public class ArcadeGames extends ArcadeGame
10 {
11   public ArcadeGames()
12   {
13     setName("Jayson's Arcade Games");
14     addArcadeLevel(new Jayson.wackadot.WackadotLevel());
15     addArcadeLevel(new Jayson.deal.DealLevel());
16     addArcadeLevel(new Jayson.art.ArtLevel());
17     addArcadeLevel(new Jayson.breakout.BreakoutLevel());
18     addArcadeLevel(new Jayson.lightsout.LightsOutLevel());
19   }
20 }


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