Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 815 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 815 Bytes

2d-Side-scroller

2d Side scrolling game framework

How to compile and run

First clone the repo $ git clone https://github.com/iamcreasy/2d-Side-scroller.git

This java program uses gradle build system. To invoke the build run,

On GNU/Linux or macOS $ ./gradlew
On Windows >gradlew

If build is successful Gradle will run the game.

You might need to allow execution of the file with chmod +x gradlew command.

Work in progress gif

First Milestone

Testing AABB collision algorithm

Testing Collision in game