A small hello world app from the Playdate C examples, using the Odin language.
Only tested on Windows/Mac/Linux at the moment, but should probably work on other supported patforms by making a similar build file.
- Install the Playdate SDK (2.0.3) and make sure you have a
PLAYDATE_SDK_PATH
environment variable. - Run
win64_build.bat
,linux_build.sh
ormacos_build.bat
.
This should build the game (into the Source
folder) and run it into the Playdate simulator.