aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2023-07-15Check we don't go over the max number of entitiesJuan J. Martinez
2023-07-13Use removesuffixJuan J. Martinez
2023-07-11Add gol/silver keys and door logicJuan J. Martinez
2023-07-11Sort the entities by y coordJuan J. Martinez
2023-07-06Add tracker enemy (Mr Bones)Juan J. Martinez
2023-07-06Add free enemy (Old Miner)Juan J. Martinez
2023-07-02Add sound supportJuan J. Martinez
2023-06-29Add pickaxe pickupJuan J. Martinez
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
2023-06-01Convert PNG pixel data to a binary .oJuan J. Martinez
2023-06-01Fix typoJuan J. Martinez
2023-06-01Filter out any unwanted symbolJuan J. Martinez
2023-05-30pngpal tool and first stab at embedding data on the EXEJuan J. Martinez
WIP; the embedded data has an "environ" symbol that will cause issues when we embed more than one piece of data.