Logic Design Challenge
What is Puzzlescript?
Simplest Demo
Vocabulary/Sections
Check out the documentation here describing each section.
- PRELUDE
- OBJECTS
- LEGEND
- SOUNDS
- COLLISION LAYERS
- RULES
- WINCONDITIONS
- LEVELS
Resources
Official Puzzlescript Resources
From Stuarts Pixel Games
- Creating a Game, Making Levels, Saving a Game
- Programming Rules
- Creating Objects
- Creating Win Conditions
- The Late Command
- Sound
- Music
- Multiple Conditions
- Checkpoints
- Somwhat Painful Animation
Random Tips
- Messages can be included in between levels
- The action button can be used by using "Action Player" >> Find an example I made here
- Groups of objects can be defined in the legend >> Find an example I made here
- You can use "restart" for lose states (although consider a death sprite and have the user restart like this) >> Find an example I made here
- Camera follow >> Find an example I made here
- Camera flick >> Find an example I made here