A simple 2D java game
For eclipse developers, just download Alex Run folder and import to eclipse (I have exported from Luna version for windows)
For others , download ReadyToRun folder, open it in terminal and type the following commands
javac Game1.java
java Game1
The task of the game is to help alex get to the magical gate avoiding the enenies and thorns on the ground.
You have three lives in the game. Try to pick up maximum coins and artefacts on the way to get the best score
The controls are very simple : press any key and Alex will jump
Enjoy !!!