aboutsummaryrefslogtreecommitdiff
path: root/src/game.zig (follow)
Commit message (Expand)AuthorAgeFilesLines
* Began adding scoringJulien Dessaux2022-08-261-0/+7
* Implemented a ball with basic physics and collisionsJulien Dessaux2022-08-221-2/+7
* Allow to control both brothers from the same keyboardJulien Dessaux2022-08-171-8/+8
* Implemented the jump commandJulien Dessaux2022-08-161-0/+3
* Implement left and right movementsJulien Dessaux2022-08-141-2/+13
* Wrote initial game objectsJulien Dessaux2022-08-141-0/+22