/fitch-java

An open source platformer game written with OpenGL.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

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'.