Skip to content

A starting point for developing your next playdate game on MacOS.

License

Notifications You must be signed in to change notification settings

limitlis/Playdate-Game-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playdate Lua Game Starter

A basic starting point for your next playdate game. This is takes inspiration from the "Game Template" that ships with the SDK examples, with some additions/modifications.

Requirements

Ensure the Playdate SDK is installed.

Getting started

  1. Click "Use this template" to clone.
  2. Make your game.
  3. ...
  4. Profit!

Building/Compiling/Testing commands

make - will run clean compile run. Building the app and launching the simulator.

make docs - Open the SDK included docs in your browser. Or view the online docs here.

make clean - Remove the compiled folder/files.

make compile - Compile Source into pdx.

make run - Launch the Playdate simulator.

make open - Run the compiled game in the simulator.

About

A starting point for developing your next playdate game on MacOS.

Topics

Resources

License

Stars

Watchers

Forks