Skip to content

Commit

Permalink
Code cleaned up, file handling, animations and tutorial implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
qhyun2 committed Apr 21, 2017
1 parent d0ab859 commit 0ad65e1
Show file tree
Hide file tree
Showing 82 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.classpath
.project
bin
src
.settings
Binary file removed Graphics Backup/Backups/bin.rar
Binary file not shown.
Binary file removed Graphics Backup/Backups/options.pdn
Binary file not shown.
Binary file removed Graphics Backup/audio/ouch.wav
Binary file not shown.
Binary file removed Graphics Backup/images/ammo.png
Binary file not shown.
Binary file removed Graphics Backup/images/back_button.png
Binary file not shown.
Binary file removed Graphics Backup/images/background.png
Binary file not shown.
Binary file removed Graphics Backup/images/button.png
Binary file not shown.
Binary file removed Graphics Backup/images/down.png
Binary file not shown.
Binary file removed Graphics Backup/images/empty.png
Binary file not shown.
Binary file removed Graphics Backup/images/enemy1.png
Binary file not shown.
Binary file removed Graphics Backup/images/enemy2.png
Binary file not shown.
Binary file removed Graphics Backup/images/enemy3.png
Binary file not shown.
Binary file removed Graphics Backup/images/enemy4.png
Binary file not shown.
Binary file removed Graphics Backup/images/explosion.png
Binary file not shown.
Binary file removed Graphics Backup/images/gameover.png
Binary file not shown.
Binary file removed Graphics Backup/images/gandhi.png
Binary file not shown.
Binary file removed Graphics Backup/images/hole.png
Binary file not shown.
Binary file removed Graphics Backup/images/icon.png
Binary file not shown.
Binary file removed Graphics Backup/images/lead1.png
Binary file not shown.
Binary file removed Graphics Backup/images/lead2.png
Binary file not shown.
Binary file removed Graphics Backup/images/lead3.png
Binary file not shown.
Binary file removed Graphics Backup/images/lead4.png
Binary file not shown.
Binary file removed Graphics Backup/images/magazine.png
Binary file not shown.
Binary file removed Graphics Backup/images/menu.png
Binary file not shown.
Binary file removed Graphics Backup/images/objective.png
Binary file not shown.
Binary file removed Graphics Backup/images/options.png
Binary file not shown.
Binary file removed Graphics Backup/images/options_button.png
Binary file not shown.
Binary file removed Graphics Backup/images/play_button.png
Binary file not shown.
Binary file removed Graphics Backup/images/powerup.png
Diff not rendered.
Binary file removed Graphics Backup/images/quit_button.png
Diff not rendered.
Binary file removed Graphics Backup/images/splash.png
Diff not rendered.
Binary file removed Graphics Backup/images/tutorial.png
Diff not rendered.
Binary file removed Graphics Backup/images/up.png
Diff not rendered.
Binary file added Graphics Files/Player.class
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added Graphics Files/audio/ouch.ogg
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
Diff not rendered.
File renamed without changes
Binary file added bin/core/FileManager.class
Binary file not shown.
Binary file added bin/core/Game.class
Binary file not shown.
Binary file added bin/core/SoundManager.class
Binary file not shown.
Binary file added bin/gui/Button.class
Binary file not shown.
Binary file added bin/gui/Interface.class
Binary file not shown.
Binary file added bin/objects/Ammo.class
Binary file not shown.
Binary file added bin/objects/Bullet.class
Binary file not shown.
Binary file added bin/objects/Enemy.class
Binary file not shown.
Binary file added bin/objects/Explosion.class
Binary file not shown.
Binary file added bin/objects/Item.class
Binary file not shown.
Binary file added bin/objects/Objective.class
Binary file not shown.
Binary file added bin/objects/Player.class
Binary file not shown.
Binary file added bin/objects/Vodka.class
Binary file not shown.
Binary file added bin/states/BlackScreen.class
Binary file not shown.
Binary file added bin/states/Gameover.class
Binary file not shown.
Binary file added bin/states/Menu.class
Binary file not shown.
Binary file added bin/states/Options.class
Binary file not shown.
Binary file added bin/states/Play.class
Binary file not shown.
Binary file added bin/states/Splash.class
Binary file not shown.
Binary file added bin/states/Tutorial.class
Binary file not shown.
Binary file added res/audio/ouch.ogg
Binary file not shown.
Binary file removed res/audio/ouch.wav
Binary file not shown.
8 changes: 4 additions & 4 deletions res/config.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Sat Apr 01 14:11:44 EDT 2017
displaymode=1
lastscore=24
highscore=6969
#Sat Apr 15 13:02:50 EDT 2017
highscore=3154
lastscore=0
displaymode=100
5 changes: 0 additions & 5 deletions res/default.properties

This file was deleted.

Binary file added res/images/images - Shortcut.lnk
Binary file not shown.
Binary file modified res/images/tutorial.png
1 change: 0 additions & 1 deletion src
Submodule src deleted from e65a83

0 comments on commit 0ad65e1

Please sign in to comment.