summaryrefslogtreecommitdiff
path: root/Week1-Pacman
AgeCommit message (Collapse)Author
2024-12-31Pacman Movement CompleteBoredGuy
- The movement system doesn't let you turn into walls now - Minor maze improvements(more to come)
2024-12-30Windows Support?BoredGuy
Tis all
2024-12-30Smoother MovementBoredGuy
Tis all
2024-12-25Started work on collisionsBoredGuy
2024-12-23Work started on adding a level systemBoredGuy
- Levels load from tiled CSV export - Levels also draw We need to add collisions with the level and adjust the level's width and height to fit well in a 4:3 window
2024-12-17Fix embarrassing bugBoredGuy
- The position and size of the source rectangle for animations was dependent on the display scale, this is incredibly stupid and shouldn't have happened.
2024-12-14UpdateBoredGuy
- Finish animation system - Fix bug where leftward/upward movement was slightly faster than downward/forward movement
2024-12-14Animation system update continuedBoredGuy
The previous one was a partial merge because demo.h and demo.c weren't added(I'm still learning git)
2024-12-14Animation system updatesBoredGuy
- implement draw_animation - add dpi scaling
2024-12-13Fix project titleBoredGuy
2024-12-13Initial CommitBoredGuy