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

https://github.com/ojdon/pico8-boilerplate

đŸ•šī¸ A game starter template for Pico-8 developers!
https://github.com/ojdon/pico8-boilerplate

boilerplate gamedev lua pico-8 pico8

Last synced: about 1 year ago
JSON representation

đŸ•šī¸ A game starter template for Pico-8 developers!

Awesome Lists containing this project

README

          

## What is the "Pico-8 Boilerplate"?

> 💡 Tico-80 developer? I have ported this boilerplate here: https://github.com/ojdon/tic80-boilerplate

The Pico-8 Boilerplate is a basic template of common game logic and functionality for other game developers to use to base their Pico-8 games upon.

## Features

The Pico-8 currently supports features such as:

* Basic Game Loop
* Basic Scene Management
* Common Global Variables (Screen width, screen height, etc)
* Common functionality (collision checking, etc)

## Have a request?
Feel free to open a new issue with your request and I'll consider adding it to the boilerplate! ...When I have a spare moment! :)

## Want to contribute?

Simply fork and submit a [pull request](https://github.com/ojdon/pico8-boilerplate/pulls) once you are done!

## Useful Resources
* [Official Documentation](http://www.lexaloffle.com/pico-8.php?page=manual)
* [Pico-8 API Documentation](https://neko250.github.io/pico8-api/)
* [Pico-8 Wiki](http://pico-8.wikia.com/wiki/Pico-8_Wikia)
* [Pico-8 Fanzine](https://sectordub.itch.io/pico-8-fanzine-1)
* [Awesome-Pico8 on GitHub](https://github.com/felipebueno/awesome-PICO-8) (Give them a star!!)

# License
MIT