https://github.com/NicMagnier/PickPackPup
Source code of the playdate game Pick Pack Pup
https://github.com/NicMagnier/PickPackPup
Last synced: about 2 months ago
JSON representation
Source code of the playdate game Pick Pack Pup
- Host: GitHub
- URL: https://github.com/NicMagnier/PickPackPup
- Owner: NicMagnier
- Created: 2023-05-11T16:28:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T21:48:49.000Z (about 2 years ago)
- Last Synced: 2024-11-09T02:33:31.488Z (7 months ago)
- Language: Lua
- Size: 85 KB
- Stars: 52
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-playdate - PickPackPup
README
# PickPackPup
This repository contains the source code of the playdate game Pick Pack Pup.
https://play.date/games/pickpackpup/It is provided as a practical example of a released game. This is not a perfect source code or meant to showcase some best practices. The main focus was to get the job done.
Feel free to reach out if you have any questions.
## Content
| Content | Description |
| ------------- | ------------- |
| code/ | Contains all the gameplay and screen game code |
| lieb/ | Framework containing a lot of reusable code |
| code/game.lua | Core gameplay loop |
| code/story_levels.lua | scripting for each levels from the story mode |## FAQ
*Can I port the game on another platform?*
No. The source code is not open sourced.
*Can I use the source code in my project?*
If you find some piece of code that are interesting to you, feel free to use it. But the repository should not be used to create a port or a clone of the game.