Thursday, September 30, 2010
Space Invaders - early stages
As you can see I'm drawing the most of the objects right now. I have the monsters moving in a block. I made a EnemyBlock container class, since they all move as a group and not individually, and I just have the EnemyBlock class contain an array of Enemy objects. The EnemyBlock controls the Enemy objects and the main game only interacts with the block. I also created a Barrier object as well as a BarrierBlock to control the group of 3 barriers. The ship is just moving automatically at this point, I haven't added any keyboard listeners just yet.
Mostly I just wanted to upload my SpaceInvader (looking) screenshot.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment