aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-15Zig 0.10 compatibilityJulien Dessaux1-1/+1
2022-10-17Fixed bug when a round ends while falling, and reset gamepad state between ro...Julien Dessaux3-0/+8
2022-10-04Add an alternative button for jumpingJulien Dessaux1-1/+1
2022-10-02Change who serves on each roundJulien Dessaux1-1/+5
2022-09-29Added end of round detection and scoringJulien Dessaux3-4/+30
2022-09-28Improved net collisionsJulien Dessaux1-8/+38
2022-09-27Display winning messageJulien Dessaux1-0/+8
2022-09-26Display scoresJulien Dessaux1-0/+8
2022-09-25Committed forgotten file necessary for gamepad inputsJulien Dessaux1-0/+27
2022-09-25Added brothers and ball collisionsJulien Dessaux3-2/+24
2022-09-24Added ball and net collisionsJulien Dessaux1-0/+14
2022-09-23Added ball physicsJulien Dessaux3-6/+31
2022-09-22Added brothers jumpingJulien Dessaux2-1/+11
2022-09-22Implemented brothers movementsJulien Dessaux3-3/+24
2022-09-21Began rewriting the game as a wasm4 cartridgeJulien Dessaux7-281/+213
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 Dessaux4-0/+186