PICO-8 demo of an infinitely scrolling procedurally generated map.
Go to file
2019-12-09 16:35:45 -05:00
index_map.md Clean up a few functions and get ready for new features. 2019-12-09 16:12:48 -05:00
infimap.p8 Some experimental sound effects and music; just playing around with the PICO-8 sound tools. 2019-12-08 21:15:59 -05:00
main.lua Optimization pass for number of tokens used - eliminate unnecessary tables, constants. 2019-12-09 16:35:45 -05:00
mapgen.lua Optimization pass for number of tokens used - eliminate unnecessary tables, constants. 2019-12-09 16:35:45 -05:00
player.lua Optimization pass for number of tokens used - eliminate unnecessary tables, constants. 2019-12-09 16:35:45 -05:00
sound.lua Initial music playing code. 2019-12-09 14:54:09 -05:00