├── README.md ├── game.js ├── game.manifest ├── html-demo.jpg ├── icon.png └── index.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/headjump/pico8_html_template/HEAD/README.md -------------------------------------------------------------------------------- /game.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/headjump/pico8_html_template/HEAD/game.js -------------------------------------------------------------------------------- /game.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/headjump/pico8_html_template/HEAD/game.manifest -------------------------------------------------------------------------------- /html-demo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/headjump/pico8_html_template/HEAD/html-demo.jpg -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/headjump/pico8_html_template/HEAD/icon.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/headjump/pico8_html_template/HEAD/index.html --------------------------------------------------------------------------------