A simple game engine for 2D games made with Java, makes it easier to jump right into developing
- Thread Handling ,
- FPS frames, tick() and render() methods!
An already class that extends Canvas and you can adjust the Window's dimensions.
An already class that extends KeyAdapter.
An already class that implements MouseListener and MouseMotionListener.
These classes are basically empty and the ground is clear for implementation.
And some additional helpful classes..