aboutsummaryrefslogtreecommitdiff
path: root/tools/map.py
AgeCommit message (Collapse)Author
2023-06-27Add pikcupsJuan J. Martinez
WIP: only time and bonuses for now.
2023-06-27Add Bat enemyJuan J. Martinez
2023-06-25Add entity system, add new enemy (snake)Juan J. Martinez
2023-06-22Import entities from the map and spawn themJuan J. Martinez
2023-06-21Check for the total gold limit of 1 byteJuan J. Martinez
2023-06-20Add gold supportJuan J. Martinez
- added gold layer to the map - the player can collect gold - updates the score - TODO: end of stage
2023-06-13Convert map into an .o fileJuan J. Martinez