https://github.com/britalmeida/project_snooze
Game submission for the PlayJam4!
https://github.com/britalmeida/project_snooze
gamejam-2023 playdate
Last synced: 4 months ago
JSON representation
Game submission for the PlayJam4!
- Host: GitHub
- URL: https://github.com/britalmeida/project_snooze
- Owner: britalmeida
- License: cc0-1.0
- Created: 2023-11-11T13:50:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-18T18:01:23.000Z (over 1 year ago)
- Last Synced: 2025-09-23T22:39:57.048Z (4 months ago)
- Topics: gamejam-2023, playdate
- Language: Lua
- Homepage: https://iralmeida.itch.io/snooze-or-lose
- Size: 29 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snooze or Lose
*Game submission for the [PlayJam4](https://itch.io/jam/playjam-4)!*
Theme was: Your Time Is Up
## Running the Game
See instructions in the [project page](https://iralmeida.itch.io/snooze-or-lose) to run the game package in the playdate or simulator.
## Dev Setup
**Dowload the PlaydateSDK** to run the simulator and the compiler.
https://play.date/dev/
**Set the environment variables** (e.g. on `~/.bashrc`):
```
# Playdate
export PLAYDATE_SDK_PATH="$HOME/stuff/PlaydateSDK"
export PATH="$PLAYDATE_SDK_PATH/bin:$PATH"
```
Either manually run the `pdc` compiler and the simulator, or, use VSCode as interface for git, code and launching the simulator.
Install **VSCode extensions**
- Playdate (`Orta.playdate`) - package the game and run in the simulator from the IDE.
- Lua (`sumneko.lua`) - syntax highlighting and language support for Lua.
Open the project folder in VSCode. Press F5.