@@Bruh-hd4rj Hey Stever! If you mean the bottom bar with all the actions here's what I did. I created a table for the arrow, it looks like this: arrow={} arrow.sp=11 arrow.x=58 arrow.y=100 Then I made the sprites and drew them on the screen by using the spr() function, which takes 3 values, the first one is the sprite number (which you can check in the sprite editor) second one is the X value and third one the Y value, here's the code: function _draw() spr(6,58,90) --pot spr(7,67,90) --seeds spr(8,49,90) --water spr(9,40,90) --scissors spr(10,76,90) --spray spr(arrow.sp,arrow.x,arrow.y) end Then in order to be able to move the arrow to select one of the options, create a function that takes the player input and tells the arrow in which direction to move: function move_arrow() if btnp(➡️) then arrow.x+=9 76 then arrow.x=76
You should try making more vids like this one - if I know anything about the algorithm, I know that devlogs for little games like this are well-loved. I'm learning pico-8 myself right now, and I'd love to see more vids like this one.
Yeah been fighting the algorithm, next video will be a devlog and I think I'll try to focus more on devlogs in the future. Thanks for the feedback and gl with pico8! :D
Me inspiraste a seguir creando mi juego ¡Muy buen video!
Gracias, suerte con el juego!
Not sure how with how few views this had, but this ended up in my recommendations and I'm glad it did.
Welcome!
@@atticusfinn8310 can you do a tutorial for the "selectable bar" please ?
@@Bruh-hd4rj Hey Stever! If you mean the bottom bar with all the actions here's what I did.
I created a table for the arrow, it looks like this:
arrow={}
arrow.sp=11
arrow.x=58
arrow.y=100
Then I made the sprites and drew them on the screen by using the spr() function, which takes 3 values, the first one is the sprite number (which you can check in the sprite editor) second one is the X value and third one the Y value, here's the code:
function _draw()
spr(6,58,90) --pot
spr(7,67,90) --seeds
spr(8,49,90) --water
spr(9,40,90) --scissors
spr(10,76,90) --spray
spr(arrow.sp,arrow.x,arrow.y)
end
Then in order to be able to move the arrow to select one of the options, create a function that takes the player input and tells the arrow in which direction to move:
function move_arrow()
if btnp(➡️) then
arrow.x+=9 76 then
arrow.x=76
@@atticusfinn8310 Thank you ! 😁
Built this game, played it, beat it in 30 seconds. Still had more fun than Cyberpunk 2077.
lol let's make 30 second games the new AAA
@@atticusfinn8310 quality > quantity to the extreme
@@hhjpegg Next game 10s of pure joy, will release in 2030
You should try making more vids like this one - if I know anything about the algorithm, I know that devlogs for little games like this are well-loved. I'm learning pico-8 myself right now, and I'd love to see more vids like this one.
Yeah been fighting the algorithm, next video will be a devlog and I think I'll try to focus more on devlogs in the future. Thanks for the feedback and gl with pico8! :D
Best 30 seconds of my life!
xD
Ah yes a Bonzai caring game, or as I'll now call it: Myagi Simulator.
aw, such a simple and pleasant game
Thank you! Glad you enjoyed it :D
why you don't have way more subs?! you are truly commited to game dev and your videos have so much effort put into them.
Thanks! It's quite hard getting the exposure at the beginning I guess, feel free to share :)
Beautiful little game! :D
Thanks Faus! :D
I needed less than 10 secs :D (Plantz to pot, seeds, water,spray,water, end) but I like the idea! :)
How tf did this get in my recommended and how tf do you only have 40 subscribers?
It's a tough battle against youtube's algorithm!
NO WAY IT HAS THE SAME NAME AS MY TRIO OMG
So fucking cute my dude T_T
Great job!!
3 hours spent on creating a game just for it to be beaten in 30 seconds. now you probably feel how minecraft devs feel lmao 😂
That's the curse of gamedev
Looks nice, i gived you a nice subscribing.
your gane was good!
Ez finished 15seconds
HOL UP ARE U THE GAMEDEV FOR PICO???
I LOOOVVVEEEEEEEE THE GAMESSSSSSSS SPENT THE WHOLE SUNDAY PLAYING THEM AT FRIV :>
I haven't made PICO 8 is that's what you mean! Just made a couple of tiny games for it:D
Nice vid
Thanks for the game jam!
Teach us please thanks
Hey do you mind if I put your channel on my channel page?
gib code