Skip to content
This repository has been archived by the owner on Mar 19, 2020. It is now read-only.
/ fitch-java Public archive

An open source platformer game written with OpenGL.

License

Notifications You must be signed in to change notification settings

JacoMalan1/fitch-java

Repository files navigation

Fitch

Fitch is a game I am developing as a side-project. Currently I am busy porting Fitch to Java since the C# version doesn't work on Linux.

Building

Linux / MacOS

  • Run the gradle task 'build'. E.g. $ ./gradlew build
  • To run the program, do the gradle task 'run'.

Windows

  • Run the gradle task 'build'. E.g. gradlew.bat build
  • To run the program, do the gradle task 'run'.