2D game inspired by Doodle Jump which was popular in the early 2010's. This is an attempt at re-creating a similar game in Java.
Much of the code is copied from egartley/beyond-origins as of commit 0034758.
Currently, there are platforms that move down the screen in random positions that the player must stay on and not fall off the screen. The longer the player survives, the higher their score is. After falling, the user can retry by pressing enter.
Source code is available on GitHub: https://github.com/egartley/jumper
Screenshots of the game are displayed below.

