Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gamesrightmeow/playbit-template
A template for Playbit projects
https://github.com/gamesrightmeow/playbit-template
Last synced: about 2 months ago
JSON representation
A template for Playbit projects
- Host: GitHub
- URL: https://github.com/gamesrightmeow/playbit-template
- Owner: GamesRightMeow
- License: other
- Created: 2022-06-15T17:49:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T03:25:05.000Z (8 months ago)
- Last Synced: 2024-04-30T04:59:32.351Z (8 months ago)
- Language: Lua
- Homepage:
- Size: 493 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Playbit template
This is a template project for [Playbit](https://github.com/GamesRightMeow/playbit) which helps you get started building cross-platform Lua games for [Playdate](https://play.date/) and [Love2d](https://love2d.org/).
For more information, refer to the [Playbit docs](https://github.com/GamesRightMeow/playbit/blob/main/docs/readme.md).
# Usage
1. [Create your own repository from this template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template).
1. [Clone your repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository).
1. Init and checkout submodules.
```
git submodule update --init --recursive`
```1. Update Playbit to latest version .
```
cd playbit
git checkout main
git pull
cd ..
git commit -am "Updated playbit"
```