https://github.com/brettchalupa/playdatebook
Source code for the projects in the book "Make Games for Playdate with Lua"
https://github.com/brettchalupa/playdatebook
lua playdate playdate-console
Last synced: about 1 month ago
JSON representation
Source code for the projects in the book "Make Games for Playdate with Lua"
- Host: GitHub
- URL: https://github.com/brettchalupa/playdatebook
- Owner: brettchalupa
- Created: 2024-11-13T02:38:45.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-14T03:03:01.000Z (6 months ago)
- Last Synced: 2024-12-14T03:24:34.402Z (6 months ago)
- Topics: lua, playdate, playdate-console
- Language: Lua
- Homepage: https://leanpub.com/playdatebook
- Size: 35.2 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# _Make Games for Playdate with Lua_ Chapter Source Code
The source code for each section of each chapter from [_Make Games for Playdate with Lua_](https://leanpub.com/playdatebook).
[Get the book!](https://leanpub.com/playdatebook)
## How to Use
The source code for each chapter is broken down into a different folder for each section in the chapter. This helps people follow along with how the game being made is evolving with each non-trivial change. Within each chapter folder, you'll find the folders in order as the game evolves.
Here's how to build an example game from chapter 2:
``` console
pdc c2-tennis/c2-tennis17/source tennis.pdx
```You can then run `tennis.pdx` on the Playdate Simulator and on your console.
## License
All code in this repository is released into the Public Domain.