Skip to content

[Java] Basic java game engine. Probably version like 0.2 or something like that.

Notifications You must be signed in to change notification settings

TestSubject06/Gears-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gears-Engine

Basic java game engine. Probably version like 0.2 or something like that.

This game engine was developed alongside M.U.L.E. as a simple 2D framework in Java that would give us a simple 60fps double buffered display canvas to work with, and a few utility classes for moving around sprites. There is support for animated sprites, a fairly sturdy input system for keyboard and mouse, and a few geometry classes. It also has a stacked state manager for game states, as well as riduamentary tilemap support. There is currently no collision detection performed by the engine, though it's set up in a way that adding it would be very simple, given all sprites have a base rect that defines a simple axis aligned bounding box.

About

[Java] Basic java game engine. Probably version like 0.2 or something like that.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages