Skip to content

quazi-irfan/2d-Side-scroller-Java2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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