A side-scrolling game where you control a bouncing Mario character to catch fruits, avoid bombs, and not fall between the platforms. Written in Java using the JCreator IDE.
Since I first implemented this as an applet, rather than a GUI, running this smoothly is a bit troublesome. Until I implement this on my personal website, you must:
- Clone this project in your local directory.
- Open
StartingPoint.jcw
in JCreator (download here). - Run the project.
Set your starting energy at the beginning of the game, depending on how challenging you want it to be (10%-100%). Navigate left and right using arrow the arrow keys.
- Implement in a GUI rather than an Applet, so running it is isn't as troublesome
- Add gameplay video / GIF
- Implement on personal website
- Character selection
- Animated sprites
- High scores / Leaderboard