PulpScript

From Playdate Community Wiki
Revision as of 21:53, 9 March 2022 by GuvBubbs (talk | contribs) (Created page with "PulpScript is a friendly scripting language that allows you to add interactivity to your Pulp games. Its syntax is terse but powerful. A good rule of thumb when writing PulpSc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

PulpScript is a friendly scripting language that allows you to add interactivity to your Pulp games. Its syntax is terse but powerful. A good rule of thumb when writing PulpScript is do less, less often.

Learning Pulpscript

<iframe width="560" height="315" src="https://www.youtube.com/watch?v=r5GnCjsAqeQ" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

PulpScript: A Beginner's Guide: A tutorial that goes over the basics of PulpScript. Concise and to the point.

Make an Adventure Game for the Playdate using Pulp: How to implement health, static hazards, moving hazards, locked doors, and more.

Making a Simple Enemy AI and Attack System: How to make a simple enemy pathfinding AI, how to make the player face the direction you move, a simple sword attack system, as well as locking a room until all enemies are defeated