Difference between revisions of "PulpScript"

From Playdate Community Wiki
Jump to: navigation, search
Line 1: Line 1:
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.
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.


=== Links ===
# Links
 
## Official


* [https://devforum.play.date/c/pulp Developer Forum]
* [https://devforum.play.date/c/pulp Developer Forum]
* [https://play.date/pulp/docs/pulpscript/ PulpScript] : Aside from all the tutorials and guides. It's always nice to have the documentation to fall back on. All different PulpScript commands are available for viewing right here.


=== Documentation ===
## Tutorials
* [https://play.date/pulp/docs/pulpscript/ PulpScript] : Aside from all the tutorials and guides. It's always nice to have the documentation to fall back on. All different PulpScript commands are available for viewing right here.


=== Tutorials ===
* [https://www.youtube.com/watch?v=r5GnCjsAqeQ PulpScript: A Beginner's Guide]: A tutorial that goes over the basics of PulpScript. Concise and to the point.
* [https://www.youtube.com/watch?v=r5GnCjsAqeQ PulpScript: A Beginner's Guide]: A tutorial that goes over the basics of PulpScript. Concise and to the point.



Revision as of 08:16, 9 June 2022

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.

  1. Links
    1. Official
  • Developer Forum
  • PulpScript : Aside from all the tutorials and guides. It's always nice to have the documentation to fall back on. All different PulpScript commands are available for viewing right here.
    1. Tutorials