Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 873 Bytes

File metadata and controls

28 lines (20 loc) · 873 Bytes

2D Side Scroller

This simple Java application is a work in a progress for a 2D side scrolling game.

As I am currently making changes to the collision detection, activity in the two available levels is very limited. I am using interpolation which currently works for the x axis however the y axis is still in progress.

Installation

Download the zip package and extract in a suitable place on your hard drive to be accessed by your IDE. Alternatively can be installed for command line use.

Usage

Compile the files at the command line using

javac MyGame.java

Run the program by entering

java MyGame

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GPLv3