aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-09-22Implemented brothers movementsJulien Dessaux1-0/+1
2022-09-21Began rewriting the game as a wasm4 cartridgeJulien Dessaux10-334/+224
2022-08-29Fixed game resetJulien Dessaux1-2/+4
2022-08-26Began adding scoringJulien Dessaux2-10/+19
2022-08-22Implemented a ball with basic physics and collisionsJulien Dessaux2-3/+37
2022-08-17Allow to control both brothers from the same keyboardJulien Dessaux2-14/+20
2022-08-17Fixed playfield symetryJulien Dessaux2-13/+13
2022-08-16Implemented the jump commandJulien Dessaux3-0/+22
2022-08-14Implement left and right movementsJulien Dessaux3-20/+76
2022-08-14Wrote initial game objectsJulien Dessaux5-0/+243
2022-08-14Added lib spoon submoduleJulien Dessaux2-0/+3