Skip to content

A simple Java side scrolling game which is more an example of the physics implemented than a game

License

Notifications You must be signed in to change notification settings

naomi-codes/java-2D-sidescroller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple Java side scrolling game which is more an example of the physics implemented than a game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages