aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added end of round detection and scoringJulien Dessaux2022-09-291-1/+12
* Implemented brothers movementsJulien Dessaux2022-09-221-0/+1
* Began rewriting the game as a wasm4 cartridgeJulien Dessaux2022-09-211-93/+9
* Allow to control both brothers from the same keyboardJulien Dessaux2022-08-171-6/+12
* Implemented the jump commandJulien Dessaux2022-08-161-0/+2
* Implement left and right movementsJulien Dessaux2022-08-141-9/+20
* Wrote initial game objectsJulien Dessaux2022-08-141-0/+80