Cujo's Big Adventure
Who’s a good boy? You’re a good boy!
Jam Note: Did not finish this game in time -- things kept coming up. Still, in the spirit of a jam, I'm submitting my game as a JAM-JAM. I will like to update this game soon when things settle down. I think it has potential. Enjoy.
Controls:
- Left / Right / Down / Up to move;
X
to Jump;Enter
/P
to pause;
Pause Menu Settings:
- Game Mode: 2D / 3D (default);
- Music: on / off (default);
Comments
Log in with itch.io to leave a comment.
the people who don't know the people who know what happened to Cujo:( i will explain soon
The 3D effect is so cool! I love the dog animation (and the adorable tail wagging :)
How hard is it to do 3D in Pico8 ?
I happened to see an article about this just the other day, if you’re curious!
My naive assumption is that the 3D effect here is tracking the Z coordinate of each object and using
sspr()
to change a the sprite’s size, as well as to scale how fast objects move left to right as the camera shifts (farther Z = slower horizontal movement, closer Z = faster horizontal movement). So, not as hard as you might think!thanks !
Very easy thanks to Mot.
https://www.lexaloffle.com/bbs/?tid=37982
I did have to add a little code for the circfill function, but it just followed the same pattern Mot created.
Alright thanks for the pointer!
funny concept, and the graphics are great!
Thanks so much!