aboutsummaryrefslogtreecommitdiff
path: root/game/src/game.c
AgeCommit message (Collapse)Author
2023-05-29Fix typoJuan J. Martinez
2022-09-15Revert "FIX: the sprite order changed, green MUST be green"Juan J. Martinez
This reverts commit 975c98c51a2bb3fdf45409e7cb5d3d82ba323379.
2022-09-15FIX: the sprite order changed, green MUST be greenJuan J. Martinez
2022-01-07Replacing VRAM magic numbers with constantsPedro de Medeiros
2021-01-25Fix: actually, stop the music by playing silenceJuan J. Martinez
2021-01-09Added compression to the mapJuan J. Martinez
2021-01-03Renamed aux to helpers to be windows compatibleJuan J. Martinez
2021-01-01Use the constants, avoid magic numbersJuan J. Martinez
2020-12-31Fix: prevent crash with MAX_ENTITIES are usedJuan J. Martinez
The look would crash if all the entities are used, so we count how many entities we process in the loop.
2020-12-30Initial import1.0Juan J. Martinez