https://github.com/notpeter/playdate-learning
PlayDate SDK Learning
https://github.com/notpeter/playdate-learning
playdate playdate-console
Last synced: 8 months ago
JSON representation
PlayDate SDK Learning
- Host: GitHub
- URL: https://github.com/notpeter/playdate-learning
- Owner: notpeter
- License: apache-2.0
- Created: 2022-03-03T17:40:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-07T17:07:07.000Z (over 3 years ago)
- Last Synced: 2024-12-25T17:08:16.025Z (about 1 year ago)
- Topics: playdate, playdate-console
- Language: Lua
- Homepage:
- Size: 86.9 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learning the Playdate SDK
This is a collection of code samples created while I was learning the
PlayDate SDK. I have no affiliation with Panic.
## Lesson 01
[lesson01_dvdmenu](lesson01_dvdmenu) - Bouncing DVD screen saver.
Simple sprite movement, basic button input, random number gen.
