A super simple and basic 2D game engine made with java.
https://raw.github.com/serhadcicekli/Open-Game-Engine/main/Build/Game.jar
- New feature: Physic layers
- Fixed the rendering issue of solid colored shapes overflowing from the screen
- Buffered visual class implemented
- Default background color changed (rgb: 30,34,38)
- Fixed object flickering when a physics active object is stuck
- Added text to objects via shapes
- This is the first version of OGE