Log In  


Cart #froggohats-1 | 2023-05-01 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
129

Join Froggo on his seasonal platforming adventure!

Features

  • Aesthetic levels with Seasonal vibes
  • 8 levels utilizing different mechanics
  • Secret code to find at the end of the game!
  • A frog with 2 feet and comically long tongue
  • Cool frog game by the person who almost exclusively make cool frog games

Controls

Z - Jump
X - Tongue
Arrow keys - Walk

Preview

Development

I've always enjoyed watching documentaries and what not on how developers in the past has to work with technical limitation with their games. These limitations often results in weird quirks in the game and also its unique style. So I decided to take a small break from my main project and try out pico-8 to see what it's like to work around these limitations.
I went into this knowing there's a heck ton of limitations, but not the specifics. I figured I would find out as I go along.

map

One of the first things I thought about is how I should handle the map.
Since I already had knowledge on how to construct a game from the ground up, It shouldn't be difficult for me to do some level compression wizardry.

But In the end, I decided to went with the method of just reusing level layouts to create new levels. I thought that since this is my first game with pico-8, I don't have to go nuts with everything. And even if I do use map compression, I would have too much level space to work with and not enough unique mechanics to make them interesting. Also this is arguably more creative than doing level data compression.

sprite work

I couldn't draw a frog that looks remotely good in an 8 by 8 pixel tile so I went with bigger sprites, which takes a lot of space.
Thankfully I have learned the forbidden space saving jutsu from hacking an NES game.

Just this portion of the sprite sheet, I managed to fit the graphics for the title screen, 2 of the enemies, most of the player graphics, and the HP graphics.
Chunks of it are combined together to create new sprites without taking a lot of space.

Other than character sprites, pal() is really useful for making different aesthetics with little amount of tilesets, which is why i went with the seasonal theme.

programming

Code sucks. It's unorganized and unoptimized spaghetti code overall. Just like all my other games 👍

In the end, I ended up using 6884 out of 8192 tokens, which makes it the only aspect of pico-8 that I didn't really push to the limit, which is why I decided to add cheat codes that you can input in the title screen to have some fun with the game. 6k is what I end up with after adding cheat codes. I could add more but I feel really burnt out after this and just wanted to finish this game.

Other than that, I don't have much to say about it. It's a videogame with codes that makes it function.

Credits

Me - pretty much everything
I also drew some inspirations from an SMW romhack called A Plumber for All Seasons with this seasonal theme.

129


1

Really well done, fun, challenging, and a good aesthetic overall. Gold star!


1

I Love the Kirby Style Game, Mind all the Bugs Inside it!


1

I beaten the Game; the Narrative is Cool! and Gotten A Code :D


1

Nice short game!
Kinda tricky in some parts but managed to get past them and complete the game.


1

This game is so cute and fun! I really hope you make more of these types of games. I particularly like the player frog, because it's tounge can go through walls.


1

Glitch: If you are on infinite jump mode and just as the you die, you spam z, you can clip through walls and ring the bell but you can't beat the level this way.


1

The Cheat Sheet was nice... I liked froghost's Adventure and Eater of worlds: froggo.


1

is there cheats


Nice sprite work


The game is so cute and fun!! I love the world you created for it, it is very comforting and relaxing to play:)


1

I found a bug:
When you use your tongue on those things and die at the same time you won't fall, but instead drift to the left. This isn't really a problem, as you can just jump to fall or get hit again. I just wanted to point that out.

The area where I accidentally found the bug:


The amount of exploits in this game is crazy... and that`s why I love it! :D


I LOOVE this game. Been playing a lot!! I wish there was a kind of shop where to buy akins or something so the coins could be useful!!


@PICO_KIRBY i have footage of the glitch and it gets buggy when you hit another enemy



[Please log in to post a comment]