Skip to content

Releases: SnapGames/game101

chapter-11

19 Feb 22:15
Compare
Choose a tag to compare
create-resource-manager

feat(rm): add resource manager

chapter-10

19 Feb 22:14
Compare
Choose a tag to compare
create-scene-mgr

Merge branch 'feature/add-scene-and-manager' into develop

chapter-08

19 Feb 22:10
Compare
Choose a tag to compare
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

19 Feb 22:11
Compare
Choose a tag to compare

chapter-07

19 Feb 21:57
8951f73
Compare
Choose a tag to compare
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

19 Feb 21:52
Compare
Choose a tag to compare
create-physic-engine

add more graphics to the ch6

chapter-05

19 Feb 21:50
f2a962a
Compare
Choose a tag to compare
create-input-handler

feat(InputHandler): Add Input Handler to support keys and mouse events

chapter-04

19 Feb 21:49
67b05af
Compare
Choose a tag to compare
create-entity

feat(Entiy): Create an Entity and its manager

chapter-03

19 Feb 21:44
2c9d309
Compare
Choose a tag to compare
create-renderer

create(Renderer): Add Renderer as a drawing service on Window

chapter-01

19 Feb 21:42
fff8be7
Compare
Choose a tag to compare
create-game

create Game application