Releases: SnapGames/game101
Releases · SnapGames/game101
chapter-11
create-resource-manager feat(rm): add resource manager
chapter-10
create-scene-mgr Merge branch 'feature/add-scene-and-manager' into develop
chapter-08
feat(debug): Add debug information. - move CommonGameKeyListener.java to io.events package. - add mode debug display info on the screen wil debug level from 1 to 4.
chapter-09
Full Changelog: create-debug-info...create-camera
chapter-07
fix(tests): Bring more test and fix GameObject type - add a lot of unit tests on components and services - bring ObjectType class to materialize the GameObject type possible values. - enhance existing tests. - remove app/bin directory from git repository.
chapter-06
create-physic-engine add more graphics to the ch6
chapter-05
create-input-handler feat(InputHandler): Add Input Handler to support keys and mouse events
chapter-04
create-entity feat(Entiy): Create an Entity and its manager
chapter-03
create-renderer create(Renderer): Add Renderer as a drawing service on Window
chapter-01
create-game create Game application