Skip to content

This is an arcade game I made to get familiar with Playdate development.

License

Notifications You must be signed in to change notification settings

carmon/playdate_jam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A playdate game by Carmon

A playdate game made for fun!

Releases

Check out releases page 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

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

About

This is an arcade game I made to get familiar with Playdate development.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages