aboutsummaryrefslogtreecommitdiff
path: root/src/game.zig (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug when a round ends while falling, and reset gamepad state between ro...Julien Dessaux2022-10-171-0/+2
* Change who serves on each roundJulien Dessaux2022-10-021-1/+5
* Added end of round detection and scoringJulien Dessaux2022-09-291-2/+11
* Display winning messageJulien Dessaux2022-09-271-0/+8
* Added brothers and ball collisionsJulien Dessaux2022-09-251-0/+2
* Added ball physicsJulien Dessaux2022-09-231-1/+2
* Implemented brothers movementsJulien Dessaux2022-09-221-3/+14
* Began rewriting the game as a wasm4 cartridgeJulien Dessaux2022-09-211-35/+12
* Fixed game resetJulien Dessaux2022-08-291-2/+4
* 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