Add new pico-8 console template

Pico-8 is popular fantasy console for making/playing/sharing tiny games written in Lua.
The tiny footprint executable includes and editor+tools to make all code and assets.
(more details at: https://www.lexaloffle.com/pico-8.php)

Pico-8 project files have a .p8 extension.
This template disallows exported file type extensions and the default 'demos' folder.
This commit is contained in:
Reynaldo Abreu 2019-04-30 11:11:32 +01:00
parent 6ffcee9711
commit df8947e8af

10
pico8.gitignore Normal file
View File

@ -0,0 +1,10 @@
# exported file types
*.p8.png
*.png
*.wav
*.js
*.html
*.bin
# demos folder
demos/