Skip to content

mavrw/jtwod

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.4%
  • Other 1.6%