The Game of Space Invader
For a brief explanation of the source code, please visit Teach Yourself Java Programming in 21 GamesAttribution
"Space Ship Shooter Pixel Art Assets" by ansimuz / CC0You may download the file space_shooter_pack.zip at opengameart.org.
Alternatively, you may download an unmodified version of the zip file here.
Compile and Run
You will need Scroller.java, Sprite.java, ShipSprite.java, EnemySprite.java, FireboltSprite.java, ExplosionSprite.java, LaserSprite.java and space_shooter_pack.zip Place everything in the same folder and type:javac *.java java Scroller
No comments:
Post a Comment