Difference between revisions of "Pulp Resources"

From Playdate Community Wiki
Jump to: navigation, search
m (Made links that were visually grouped as lists into semantic unordered lists.)
(9 intermediate revisions by 2 users not shown)
Line 4: Line 4:
* [https://www.youtube.com/watch?v=p4eLcP3hgJc Make an Adventure Game for the Playdate using Pulp]: How to implement health, static hazards, moving hazards, locked doors, and more.
* [https://www.youtube.com/watch?v=p4eLcP3hgJc Make an Adventure Game for the Playdate using Pulp]: How to implement health, static hazards, moving hazards, locked doors, and more.
* [https://www.youtube.com/watch?v=ERJ0J2vxbzk 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
* [https://www.youtube.com/watch?v=ERJ0J2vxbzk 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
==== Example Projects ====
* [https://devforum.play.date/t/pulp-simple-platformer-example/4327 Platformer]: A basic project with added gravity so it handles like a platformer.
* [https://devforum.play.date/t/dynamic-path-generator/4432 Dynamic Path Generator]: Are you just as tired as me of endlessly creating separate tiles and place them in the correct order to make a path? This project shows a single tile that just does all of that for you!


==== Tools ====
==== Tools ====
Line 9: Line 14:
* [https://devforum.play.date/t/aseprite-script-export-multi-tile-animations-to-pulp/4080 Aseprite script:]  Export multi-tile animations to Pulp
* [https://devforum.play.date/t/aseprite-script-export-multi-tile-animations-to-pulp/4080 Aseprite script:]  Export multi-tile animations to Pulp
* [https://kaasiand.cool/oven/ Dithering Oven]: Great 1 Bit Image Dithering tool
* [https://kaasiand.cool/oven/ Dithering Oven]: Great 1 Bit Image Dithering tool
 
* [https://github.com/nstbayless/pulp-to-lua Pulp Mill] A Pulp-to-Lua converter which is designed to provide significant performance gains to pulp games.
* [https://github.com/unbelievableflavour/pulp-plus Pulp+] A chrome extension to extend Pulp with some extra features!
==== Assets ====
==== Assets ====


Line 23: Line 29:
* [https://github.com/BleuLlama/RetroDecorations/tree/master/Font/png/pulp Retro Decorations Fonts]
* [https://github.com/BleuLlama/RetroDecorations/tree/master/Font/png/pulp Retro Decorations Fonts]
* [https://reservoir.itch.io/little-cianan Little Cianán] for Pulp, inspired by Irish manuscripts
* [https://reservoir.itch.io/little-cianan Little Cianán] for Pulp, inspired by Irish manuscripts
* [https://devforum.play.date/t/2-pulp-fonts-4-u/5109 twoFace Multi & Clara-T Medium] for pulp by ronlent.

Revision as of 15:27, 4 June 2022

Tutorials

Example Projects

  • Platformer: A basic project with added gravity so it handles like a platformer.
  • Dynamic Path Generator: Are you just as tired as me of endlessly creating separate tiles and place them in the correct order to make a path? This project shows a single tile that just does all of that for you!

Tools

  • Aseprite script: Export multi-tile animations to Pulp
  • Dithering Oven: Great 1 Bit Image Dithering tool
  • Pulp Mill A Pulp-to-Lua converter which is designed to provide significant performance gains to pulp games.
  • Pulp+ A chrome extension to extend Pulp with some extra features!

Assets

Fonts