Getting Started with the Playdate SDK: Setup and Basics

Опубликовано: 07 Март 2022
на канале: SquidGod
28,169
806

UPDATE: The setup part of this video is slightly outdated. Here's an updated video I made:    • Getting Started with Playdate Game De...  

Learn how to setup the Playdate SDK for Windows and put together a simple game. I go over how to install the SDK, setting up VS Code to allow for code auto-completion and building from the editor, file and game structure, as well as making a simple game about picking up coins.

Check out my book "The Beginner's Guide to Lua for Game Development" to learn how to program in Lua!
https://squidgod.itch.io/lua-for-game...

UPDATE: The setup in this video is slightly outdated as the template was changed Here's an updated video with the updated template:    • Getting Started with Playdate Game De...  

Update to the old setup: No need to run VSCode as admin! New workaround: Open PowerShell and change execution policy to RemoteSigned, so you can run closeSim.ps1 without admin rights. Do this by entering Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser into PowerShell and enter Y. Also, Panic will be adding debug support for the Windows Simulator (as they've already done for Mac), and the creator of the template (Whitebrim) will be adding a feature to build project from side debug menu button when it's available.

Playdate SDK Download: https://play.date/dev/
VS Code Download: https://code.visualstudio.com/
VS Code Playdate Template: https://github.com/Whitebrim/VSCode-P...
Execution Policy Error Bypass: https://stackoverflow.com/questions/5...
Playdate SDK Documentation: https://sdk.play.date/1.9.0/Inside%20...

Example Project Source Code: https://github.com/SquidGodDev/Playda...

Join my Discord (I'm very active!):   / discord  
Twitter (See what I'm working on early):   / squidgoddev  

Timestamps:
0:00 Intro
0:20 Installing the SDK
1:00 Setting up VS Code
2:04 Project Structure
2:32 Game Structure
3:27 Sprites
5:10 Background
6:38 Player Movement/Input
7:08 Timers
9:08 Coin Placement/Collisions

Music/SFX from Epidemic Sound. Get a month free with my link! https://share.epidemicsound.com/njknzw

#Playdate #PlaydateSDK #PlaydateConsole