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

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!

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.