PulpScript: A Beginner's Guide

  Рет қаралды 20,846

SquidGod

SquidGod

Күн бұрын

Пікірлер: 50
@splashmob
@splashmob 2 жыл бұрын
as someone entirely new to programming, this was helpful! i've been working on a small thing in pulp over the last few days and this video helped me realise some stuff i wasn't sure about. it'd be cool to see more videos for Pulp, if you have any ideas!
@GuvBubbs
@GuvBubbs 2 жыл бұрын
Agreed. The quality of this video is so impressive considering how new pulp is. I'd love to see more!
@LolaliciousSmiley
@LolaliciousSmiley 2 жыл бұрын
This is really phenomenal. I was looking for a small "haven't coded a single line before" pulpscript video, but this is so much more than I could have hoped for.
@SquidGodDev
@SquidGodDev 2 жыл бұрын
I'm glad it was helpful!
@SquidGodDev
@SquidGodDev 2 жыл бұрын
Not one of my "Game in 1 Week" videos this week, but I wanted to get this tutorial out to help out new developers using this tool since it just came out.
@SelenaBarari
@SelenaBarari 5 ай бұрын
You are the best ❤❤❤❤❤❤❤❤❤❤❤❤
@RandomnessMusician
@RandomnessMusician 2 жыл бұрын
Congrats on 100!
@SquidGodDev
@SquidGodDev 2 жыл бұрын
Thanks - Guess I'll have to make a Discord server now. Keep an eye out for that in the next few weeks.
@kevinmakesgames
@kevinmakesgames 2 жыл бұрын
This is such a great primer for new programmers, but you've got a lot of valuable bits of information for experienced programmers too! Thanks for making this!
@justinbrown3920
@justinbrown3920 2 жыл бұрын
Enjoyed this video. Hope to see more Playdate content!
@NALTOdeluxe
@NALTOdeluxe 2 жыл бұрын
Thanks for this. As a Panic Fanatic I’m totally buying a Playdate ASAP. Already playing with Pulp and I hope to eventually make some stuff for myself and the community.
@matteaparker4165
@matteaparker4165 Жыл бұрын
Awesome video! Super helpful thanks!!
@carbra6199
@carbra6199 2 жыл бұрын
High Quality, thanks!
@marafolse8347
@marafolse8347 2 жыл бұрын
Thank you sm!
@SquidGodDev
@SquidGodDev 2 жыл бұрын
No problem - thanks for watching
@FlavioEscribano
@FlavioEscribano 2 жыл бұрын
Thanks a lot for the video. One of the best I've ever seen about script programming 👏
@SquidGodDev
@SquidGodDev 2 жыл бұрын
Wow high praise - thanks!
@jeremymeyerofficial
@jeremymeyerofficial Жыл бұрын
what a fantastic video! thank you so much
@soapyshoes
@soapyshoes 2 жыл бұрын
Thanks my man, this is a great video. I've done some stuff in gamemaker studio 2, but Pulp intrigues me because it's web based, and I can goof around on it at work in between tasks. Thanks again!
@92keys524
@92keys524 2 жыл бұрын
Thank you so much for this video!
@yorgle
@yorgle 2 жыл бұрын
Brilliant! Thank you!
@michawojciechowski1175
@michawojciechowski1175 2 жыл бұрын
Thanks for the video! What do you think about Pulp limitations? Will it be possible to create interesting narrative games in it?
@SquidGodDev
@SquidGodDev 2 жыл бұрын
You can definitely create interesting narrative games in Pulp, but personally I feel that the effort to try and mold Pulp to have unique and interesting mechanics and polish to make it really stand out would be actually easier to do in Lua using the Playdate SDK when it becomes available. Pulp is a good starting point to learn basic programming and dip your toes into it, but you will definitely reach a cliff in the complexity required to hack Pulp into having more modern features that come easily in a full featured programming language like Lua. I will be making tutorials for the Playdate SDK when it comes out so if you feel like you have to develop in Pulp because you don't know that much programming I wouldn't worry too much about it.
@ZoomGameClips
@ZoomGameClips 3 ай бұрын
I'd love to use this since it's more visual than sdk, but i want to use lua!
@floydhayes
@floydhayes 2 жыл бұрын
Nice! Thank you. I'm wondering how I can have an alien (sprite) move back and forth - I thought "draw" would help but I can't figure out (totally new to this)
@SquidGodDev
@SquidGodDev 2 жыл бұрын
Hi Floyd - You can check out my other video on making an adventure game: kzbin.info/www/bejne/pmXIfZaGaM2agMU. I cover something similar to this with a hazard bouncing back and forth between walls. You can do the same thing or tweak the code to limit the distance the sprite moves.
@HammerSpam
@HammerSpam Жыл бұрын
dumb question, but can pulp do logical operators? like OR, AND, XOR, NOT etc? I can't seem to figure out how logic is done in pulp
@SquidGodDev
@SquidGodDev Жыл бұрын
No, you'll have to achieve that with some combination of conditionals (e.g. >=,
@skye7690
@skye7690 2 жыл бұрын
Yes I've programmed games before. So is there an indy model to pay creators who create and publish games on the 'store'?
@SquidGodDev
@SquidGodDev 2 жыл бұрын
Currently there's no store, but you can sideload any games onto the Playdate, so you can easily upload your Playdate game to a platform like itch.io and sell your game from there. For an example, see the game Bloom that's for sale right now. Panic is also currently working on something called catalog that integrates with the Playdate to buy games directly.
@mwatson3302
@mwatson3302 11 ай бұрын
I'm having trouble with the health function, I got as far as displaying health, but the sprites I make aren't affecting player health even though I am doing "on bump do health++ or health--"
@SquidGodDev
@SquidGodDev 11 ай бұрын
Usually, I find the issues come down to either capitalization errors and small typos that are hard to catch. Pulpscript is case-sensitive, so make sure the casing are matching in not just the code, but also the sprite/tile names
@rafaelmasse3725
@rafaelmasse3725 2 жыл бұрын
Great tuttorial ! It helps me lot !!! Hope you will do more like this on PLayDate Pulp in futur :)
@sand9639
@sand9639 2 жыл бұрын
Thank you for the video, but what if you want the health pack to only give you one life and no more but you still want a max 15 lives?
@SquidGodDev
@SquidGodDev 2 жыл бұрын
Like some sort of health pickup? You can keep the conditional the same in that case, but make the health pack an Item instead, and then have the item respond to the 'collect' event as opposed to the 'interact' event. Then, at the end, do swap "white" to delete the health pack. That way when the player walks over the health pack, it disappears and you get one health.
@SquidGodDev
@SquidGodDev 2 жыл бұрын
I'll be coming out with a complete guide to make an adventure game from start to finish next Monday. I think you might be interested in that, so subscribe to not miss it.
@cooljrgaming9729
@cooljrgaming9729 2 жыл бұрын
Is it possible to make a platformer?
@SquidGodDev
@SquidGodDev 2 жыл бұрын
Tried making one in Pulp before. It's not really designed for that so it's pretty tricky. I would probably recommend using the SDK instead for a platformer.
@crivera972
@crivera972 Жыл бұрын
In Pulp, are you able to utilize the crank?
@SquidGodDev
@SquidGodDev Жыл бұрын
Yup. You can check the event.aa or event.ra values to get where the crank is, and there's also the 'crank' event that fires whenever the crank is moved.
@meida_oficial
@meida_oficial Жыл бұрын
The Lua Power
@BloodyDeadCat
@BloodyDeadCat 2 жыл бұрын
Im the 500th like
@davisstreetstudios8681
@davisstreetstudios8681 2 жыл бұрын
I want to see a WarioWare based game on this console!
@SquidGodDev
@SquidGodDev 2 жыл бұрын
Definitely have seen some floating around in development! There was one that crowd sourced different games in a game jam called "Mobware Mini game jam" that looked pretty cool.
@Ratboycure
@Ratboycure Жыл бұрын
Sweetcool
@da4dam416
@da4dam416 2 жыл бұрын
Nice! I love ur vids, can u make a discord server?
@SquidGodDev
@SquidGodDev 2 жыл бұрын
I'll make one when I hit 100 subs - I think that's a good milestone. See you there ;)
@da4dam416
@da4dam416 2 жыл бұрын
@@SquidGodDev see ya!
@RandomnessMusician
@RandomnessMusician 2 жыл бұрын
@@SquidGodDev 100 acquired
@da4dam416
@da4dam416 2 жыл бұрын
@@SquidGodDev like randomness said you have 100 now
Обзор Playdate. Просто магия!
16:55
Rozetked
Рет қаралды 1,3 МЛН
Make an Adventure Game for the Playdate using Pulp
14:59
SquidGod
Рет қаралды 20 М.
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН
Is this more than just a gimmick? - Playdate
9:10
ShortCircuit
Рет қаралды 694 М.
Making a Game in Lua with No Experience
5:52
Goodgis
Рет қаралды 371 М.
This Desk Gadget is NOT What You Think It Is...
5:38
Work From Hype
Рет қаралды 37 М.
Is the Playdate Too Expensive??
16:34
SquidGod
Рет қаралды 41 М.
Should You Buy A Playdate?
10:20
Retro Dodo
Рет қаралды 503 М.
Gömböc-The Shape That Shouldn't Exist
5:02
The Action Lab
Рет қаралды 21 МЛН
Making a Metroidvania for the Playdate
13:45
SquidGod
Рет қаралды 136 М.
Playdate: 1 year later - 400+ Games!
15:40
MetalJesusRocks
Рет қаралды 1 МЛН
The Genius Way Computers Multiply Big Numbers
22:04
PurpleMind
Рет қаралды 95 М.
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН