An open API service indexing awesome lists of open source software.

https://github.com/junongx/p8-template

An empty template with states and fading functions for pico8
https://github.com/junongx/p8-template

boilerplate gamedev pico-8

Last synced: 11 months ago
JSON representation

An empty template with states and fading functions for pico8

Awesome Lists containing this project

README

          

# Pico8 Template

My personal template for creating a game with Pico8, with premade **entity-component-system** and **finite state machine** architecture.

The folders' names are self-explanatory regarding each of the component.

## Installation and running

* Install Pico8, preferrably with environment variable.
* Simply run the `template.p8` cartridge the normal way, typically using the command line `pico8 ./template.p8`.

## License

This template is released under MIT license. You are free to use this as you see fit.