nathan-fiscaletti / jtwod

🕹️ A Java Game Engine (2D)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JTwoD

A Java game Engine (Read my blog post about this)

GitHub issues GitHub forks GitHub stars GitHub license

Glide

Building

To build the library, clone the repository and use the provided build script.

  • Use the --debug flag to compile the library with the source in tact. This will give you access to the Java doc comments for the library.
  • Use the --release flag to compile the library without this documentation, at a much smaller size.

Unix

$ ./build.sh (--release | --debug)

Windows

C:\> build.bat (--release | --debug)

Games currently using this engine

Glide: A space shooter

StickRPG1.5 by Dane Tuso

Examples

See src/jtwod/examples for some example implementations of this library.

About

🕹️ A Java Game Engine (2D)

License:MIT License


Languages

Language:Java 98.4%Language:Batchfile 0.8%Language:Shell 0.8%