CS349 Final Projects | Fall 2018 |
Benjamin Bole, Brandon Domonoski, and John Latino |
Downloads:
multimedia2.jar (if you don't already have it)
ShapeRun.jar
To Run:
java -jar ShapeRun.jar
Objective:
ShapeRun is a 2D side-scrolling arcade game
in which you control the protagonist, Boxy, as he attempts to traverse
across several platforms and spikes that increase in frequency and
complexity as the level goes on. Boxy can jump over boxes and spikes
to make it to the end of the level. If Boxy runs into a spike, he will
die and the game will restart. If Boxy gets stuck behind a platform,
it will push him towards the end of the screen until he falls off, and
he'll have to start over. You can track Boxy's progress through the
level with the progress bar at the top of the screen.
James Madison University | Computer Science Department | CS349 |