Difference between revisions of "SDK Resources"

From Playdate Community Wiki
Jump to: navigation, search
(→‎Tutorials: added more of SquidGodDev's tutorials)
Line 16: Line 16:


[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.
[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



Revision as of 03:34, 15 February 2022

This page lists resources that are available for free to help you with developing games on Playdate - everything from free assets, libraries to extend Playdate's capabilities, or tutorials to help you get up to speed.

SDK

Libraries

AnimatedSprite: Extends Playdate's sprite capabilities.

Playdate Aseprite Palettes: An Aseprite extension giving you palettes representing Playdate's 1-bit colour palette.

Pulp

Tutorials

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

Assets

160 micro roguelike tiles: 160 1bit 8×8 tiles for RPG or roguelikes. In the package you'll find walls, enemies, items, interface elements and more.

Useful 1bit sprites: Textures, patterns and various theme icons sprites. More here

1800 Pulp compliant tiles: Large tileset to get you going.

Playdate Input Icons: D-pad, A, B, Crank & power icons made by Dev_the_cord on discord.

Fonts

June: June is a multilingual, high-resolution bitmap font with some playful curves and distinctive letterforms, inspired by portable game fonts of the 00's.

Pulp

Playdate Blackletter: A spooooky font for Pulp developers.

Neven's Free Fonts: Three free fonts for Pulp.

Retro Decorations Fonts

Little Cianán for Pulp, inspired by Irish manuscripts

Tools

Dithering Oven: Great 1 Bit Image Dithering tool