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!
- Host: GitHub
- URL: https://github.com/ojdon/pico8-boilerplate
- Owner: ojdon
- License: mit
- Created: 2016-07-06T21:32:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T16:13:56.000Z (over 7 years ago)
- Last Synced: 2025-03-16T17:05:32.695Z (about 1 year ago)
- Topics: boilerplate, gamedev, lua, pico-8, pico8
- Language: Lua
- Homepage:
- Size: 4.88 KB
- Stars: 50
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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