Created as the final project for Computer Graphics (CSC406) in Fall 2017 at the University of Rhode Island. Written in Java, uses the Processing library.
Use java -jar jump.jar
to start it.
Controls:
'w' to jump, 'a' to move left, 'd' to move right.
Things to Avoid:
Do not to push the side of your character directly into the side of platform, it won't crash, but will not have the desired effect.
Do not jump off the edge, you will fall for forever and not respawn.