aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Zig 0.10 compatibilityJulien Dessaux2023-01-151-1/+1
|
* Fixed bug when a round ends while falling, and reset gamepad state between ↵Julien Dessaux2022-10-173-0/+8
| | | | rounds
* Add an alternative button for jumpingJulien Dessaux2022-10-041-1/+1
|
* Change who serves on each roundJulien Dessaux2022-10-021-1/+5
|
* Added end of round detection and scoringJulien Dessaux2022-09-293-4/+30
|
* Improved net collisionsJulien Dessaux2022-09-281-8/+38
|
* Display winning messageJulien Dessaux2022-09-271-0/+8
|
* Display scoresJulien Dessaux2022-09-261-0/+8
|
* Committed forgotten file necessary for gamepad inputsJulien Dessaux2022-09-251-0/+27
|
* Added brothers and ball collisionsJulien Dessaux2022-09-253-2/+24
|
* Added ball and net collisionsJulien Dessaux2022-09-241-0/+14
|
* Added ball physicsJulien Dessaux2022-09-233-6/+31
|
* Added brothers jumpingJulien Dessaux2022-09-222-1/+11
|
* Implemented brothers movementsJulien Dessaux2022-09-223-3/+24
|
* Began rewriting the game as a wasm4 cartridgeJulien Dessaux2022-09-217-281/+213
|
* Fixed game resetJulien Dessaux2022-08-291-2/+4
|
* Began adding scoringJulien Dessaux2022-08-262-10/+19
|
* Implemented a ball with basic physics and collisionsJulien Dessaux2022-08-222-3/+37
|
* Allow to control both brothers from the same keyboardJulien Dessaux2022-08-172-14/+20
|
* Fixed playfield symetryJulien Dessaux2022-08-172-13/+13
|
* Implemented the jump commandJulien Dessaux2022-08-163-0/+22
|
* Implement left and right movementsJulien Dessaux2022-08-143-20/+76
|
* Wrote initial game objectsJulien Dessaux2022-08-144-0/+186