https://github.com/carmon/playdate_jam
This is an arcade game I made to get familiar with Playdate development.
https://github.com/carmon/playdate_jam
playdate
Last synced: about 1 month ago
JSON representation
This is an arcade game I made to get familiar with Playdate development.
- Host: GitHub
- URL: https://github.com/carmon/playdate_jam
- Owner: carmon
- License: mpl-2.0
- Created: 2024-05-25T17:51:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T19:38:54.000Z (over 1 year ago)
- Last Synced: 2024-08-06T22:10:28.060Z (over 1 year ago)
- Topics: playdate
- Language: Lua
- Homepage:
- Size: 84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Support: support/deleteme
Awesome Lists containing this project
README
A playdate game by Carmon
=============================
A [playdate](https://play.date/) game made for fun!
### Releases
Check out [releases page](https://github.com/carmon/playdate_jam/releases) if you want to access latest working build.
## Content
- `.vscode` has the Visual Studio Code tasks:
- Playdate Build: Ctrl+Shift+B to run (default build task)
- Zip for Sideload: Zip build pdx folder to sideload and test in console (Linux only)
- Clean: Remove dir target and zip file
- `/source` is where the source code resides
- `/font`: bitmap font folder
- `/images`: images for in-game use
- `/support` is for external files (i.e. PSD, KRA), only folder should be present
### Requirements
- [Download Playdate SDK](https://play.date/dev/) and install
### Compile
- Windows: `pdc -sdkpath C:\Users\Carmon\Documents\PlaydateSDK source\ Build.pdx`
- Ubuntu: `pdc -sdkpath /opt/PlaydateSDK/ source/ Build.pdx`
- Everyone: `pdc -sdkpath [SDK_PATH] [SOURCE_DIR_PATH] [TARGET_DIR].pdx`
This creates the `Build.pdx` dir that contains the resulting compiled playdate game.
### Test
- Use `Build.pdx` **dir** on `Playdate Simulator` program (installed with SDK)
- Use zip on [Playdate Sideload site](https://play.date/account/sideload/)