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

2d Side scrolling game framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

2d Side scrolling game framework


Languages

Language:Java 100.0%