aboutsummaryrefslogtreecommitdiff
path: root/src/player.s
Commit message (Expand)AuthorAgeFilesLines
* State game over only when all players are deadMiquel Sabaté Solà2026-03-081-7/+55
* Add the Game Over screenMiquel Sabaté Solà2026-03-051-11/+7
* Update lifes left for player 1Miquel Sabaté Solà2026-03-041-2/+21
* Add collision with the playerMiquel Sabaté Solà2026-03-041-0/+32
* Remove target velocities from the playerMiquel Sabaté Solà2026-02-101-4/+0
* Adapt the code to play well with nasm's asanMiquel Sabaté Solà2025-12-151-34/+34
* Implement the base for moving bulletsMiquel Sabaté Solà2025-05-141-0/+3
* Implement hoverMiquel Sabaté Solà2025-04-021-0/+12
* Rename throttle to the proper wordingMiquel Sabaté Solà2025-04-021-19/+19
* Full stop when not moving on walking stateMiquel Sabaté Solà2025-04-021-3/+8
* Switch to a throttle state when fallingMiquel Sabaté Solà2025-04-021-0/+22
* Adapt velocity constants for PALMiquel Sabaté Solà2025-04-021-13/+9
* player: First PAL implementationMiquel Sabaté Solà2025-04-021-7/+48
* player: Implement background collisionMiquel Sabaté Solà2025-04-011-61/+199
* player: Inline the position to screen translationMiquel Sabaté Solà2025-03-201-49/+35
* Add walking animationMiquel Sabaté Solà2025-03-201-11/+87
* player: Add initial code for horizontal motionMiquel Sabaté Solà2025-03-201-15/+92
* player: Update its sprites on heading and throttleMiquel Sabaté Solà2025-03-191-54/+143
* Expanded ground collision to the other platformsMiquel Sabaté Solà2025-03-181-34/+101
* Add basic vertical movementMiquel Sabaté Solà2025-03-171-0/+317