https://github.com/zodddev/bettergameengine
https://github.com/zodddev/bettergameengine
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zodddev/bettergameengine
- Owner: zoddDev
- Created: 2020-07-18T22:56:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-06T10:12:26.000Z (almost 5 years ago)
- Last Synced: 2025-03-27T03:28:00.106Z (10 months ago)
- Language: Java
- Size: 39.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BetterGameEngine
This project is a fork of my old game engine https://github.com/zodd18/Simple-Game-Engine.git
# Improvements
Clean code, better architecture
- Now the game itself is just a package in the project, it's launched by the GController. In this way, in order to develop a game with this engine, the developer does not need to edit anything about the game engine (previous version lacked of good architecture and this wasn't possible).
- Now rendering layer exists so you can choose the order in which layers containing game components (aka GComponent objects) will be rendered.
# Current state
BetterGameEngine is still being developed.