This is my first game written in java. The object is to dodge incoming blocks and to survive for as long as possible. You can use upgrades to help you along the way. I still need to implement an end-game.
You will need a machine Windows in order to download and play the game. I have provided an exectuable jar file for you to download. You will also need WinRAR in order to open the resources.rar file and extract that folder.
Download DodgeBlock_V1 executable jar file.
Download and extract the resources.rar file anywhere on your PC.
Make a new folder on your PC and put DodgeBlock_V1 and the resources folder into the new one
OR just make sure DodgeBlock_V1 and the resources folder are in the same directory level
- JAVA
- Paint.NET - Used to create sprite sheets for characters.
- JarSplice - Helped create proper executable jar file for the game.
- WinRAR - Helped compress resources files.
- Harsh Bhatt
- Huge thanks to RealTutsGML for helping me get an idea on how to build this java game through his java game development tutorials.