summaryrefslogtreecommitdiff
path: root/Week1-Pacman/src/pacman.c
AgeCommit message (Collapse)Author
2024-12-31More Muvement ImprovementsBoredGuy
- You can now hold a direction to turn to in the next frame
2024-12-31Pacman Movement CompleteBoredGuy
- The movement system doesn't let you turn into walls now - Minor maze improvements(more to come)
2024-12-30Smoother MovementBoredGuy
Tis all
2024-12-14UpdateBoredGuy
- Finish animation system - Fix bug where leftward/upward movement was slightly faster than downward/forward movement
2024-12-14Animation system updatesBoredGuy
- implement draw_animation - add dpi scaling
2024-12-13Initial CommitBoredGuy