Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
A jam submission

Take The BiscuitView game page

Lure, kite, and escape watchful doggos to sneak by and get their biscuits.
Submitted by Axiogon — 7 minutes, 51 seconds before the deadline
Add to collection

Play game

Take The Biscuit's itch.io page

Results

CriteriaRankScore*Raw Score
Gameplay#74.2384.238
Enjoyment#184.2704.270
Overall#413.9743.974
Innovation#733.9053.905
Theme#1113.9523.952
Audio#1963.6193.619
Visuals#4083.8573.857

Ranked from 63 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

How does the game fit the theme?
In this pursuit puzzler, you'll need to get the guard dogs attention and kite them around the map in order to get at their delicious biscuits. Staying out of sight alone will not win you the prize. You need to risk getting caught and cornered in your biscuit-bound chicanery.

What code and assets did you not make from scratch during the jam (if any)?
All open source assets with a couple custom sprites and edits made during the jam period. Code from scratch.

Sprites:
-Dogs: https://opengameart.org/content/dog-spritesheets
-Base Tilings + Fences: https://kenmi-art.itch.io/cute-fantasy-rpg
-Walls: https://pine-druid.itch.io/dungeon-tileset-mega-pack
-Emotes: https://danieldiggle.itch.io/sunnyside
-UI: https://opengameart.org/content/pixel-ui-pack-750-assets
-Some UI: https://bdragon1727.itch.io/basic-pixel-gui-and-buttons-pack-1

Music: https://incompetech.com/music/royalty-free/music.html (Pinball Spring, Pixellana, Salty Ditty)
Font: https://www.dafont.com/grapesoda-2.font

How many people worked on the game?
1

Leave a comment

Log in with itch.io to leave a comment.

Comments

Viewing comments 51 to 41 of 51 · Next page · Last page
Submitted(+1)

these were the hardest cookies i had to get, friend! game gets very hard very suddenly, but i got all cookies! no guard dogs can beat me!
--
blanket

Submitted(+1)

Great job! The tracking and puzzle planning was an interesting mechanic. We enjoyed playing, can't wait to see how you add to it after the jam :)

Submitted (1 edit) (+1)

Very nice. Love the level design, very clever. The art is beautiful. I can see this becoming something

Submitted(+1)

A really clever, fun, and cute game! The level design and puzzle ideas were amazing, and both the music and visuals fit perfectly. My only small critique is that I had to use the mouse to move to the next level—having space or enter as an option would make it feel even smoother. Other than that, it’s an incredibly polished game. Congrats!

Developer

Thanks for playing!  100% agree on the space to continue option.  I was really noticing that problem too, but only after the submission window ended.  I plan to release a post-jam version that tidies this up along with a few other things.

Submitted (1 edit) (+1)

Impressive work. Clever, elaborate, stylish, humorous. Wish I had more time to explore more levels, but as is, it’s five stars already.

Submitted(+1)

Awesome game and what banging music selection! The game mechanics worked nicely. Great job!

Submitted(+1)

Very nice submission. Polished and clever game play. Very good job.

Submitted(+1)

This is a really clever game, and the rouguelike movement makes it really satisfying to play

Submitted(+1)

I love the idea on this! make a few more and some more mechanics and you can put it up on steam!

Submitted(+1)

I completed all puzzles and I must say I am impressed. I think this is the most completed game of all the games I've played in this Game Jam.

As a game design student, how did you create those puzzles? I am really curious about your thinking process!

Although, there was only one thing that was a bit annoying: missclicking into a wall while holding a hotkey, thus decreasing 1 essential tile of distance from the guard dogs. If I already have the option to wait (by pressing Q), why I am able to walk into a wall and spend a tile of distance? Everytime I missclicked, I had to reset everything and restart from the beginning T_T

Please don't take this feedback as a negative review, because I really really liked your game and my sole purpose is to give a little more quality of life by giving this feedback!

Congratulations by making this awesome game!! :D

Developer(+1)

I glad you liked it!  Not the most timely tip, but "z" will undo one step at a time rather than "r" which wipes the slate clean.  In any case, the question stands.  Why allow the player to accidentally bonk when there is a dedicated wait key?  The reason is that there is a game mechanic that is in the code, but not used in any levels.  I had wanted to include a suite of levels with this other mechanic, but getting the UI done ended up taking me right up to the final hour of the jam. Disabling movement for a bonk felt like too much risk to do at the last minute, and so it awkwardly stayed on into the final jam build.

The mechanic if you are curious (rot13): Lbh pna pbageby zhygvcyr qbtf. N ybg bs qrfvta fcnpr bcraf hc vs lbh nyybj bar qbt gb zbir juvyr nabgure fgnlf chg ol ohzcvat ntnvafg gur jnyyf.

Design-wise, levels are coming from one of the following:

1: Show some relevant rule or behavior that is important to the puzzles in isolation.

2: Build some complications around a central theme.

3: Stumble into something interesting completely by accident while building and playtesting another design.

So for #1 I'm a big believer in "show don't tell" wherever possible.  I wanted to have some number of tutorial levels simple enough to show one thing at a time (ex: get all biscuits to win, lose a biscuit to a guard and lose, get seen only with a biscuit, etc.).  This is pretty critical to build up the players toolkit so that solutions to later puzzles feel deliberate and not arbitrary.

For #2, you kind of have to mess around with your own system to get a sense for how things work and what constraints can be enforced.  Discoveries here might be stuff like: "I can punish the player for losing a guard at this specific spot by putting down multiple biscuits in different directions" or "once a guard is one tile behind me, I can never lose it" or "if I put a biscuit on the shortest path from the player to a guard, I can force them to collect the biscuits in a certain order".  You can then build up a little arsenal of building blocks to start going for bigger ideas.

Finally, #3 is just going to happen from time to time in a way that I'm not clever enough to intuit from the start.  The snake level kind of came together this way.  I figured out how to build up the snake in the usual way, but then I wanted the user to have to lose it all again in order to make it to the final biscuit.  Running around in test showed that you can loop back and squash down the length of the snake one square at a time by looping back repeatedly.

Submitted(+1)

There was an undo movement!! Damn, I feel stupid for not seeing it :B

I am trying to decipher the mechanic, but I quite didn't understand it yet.

I am taking notes here, these are really good tips! Thanks for your time explaining it!

Developer

You can copy + paste at https://rot13.com/ to unscramble.  I just didn't want to put it in plain text since I plan to ship a post-jam update which includes the mechanic.  Telegraphing exactly what it is would detract from the reveal.

Submitted(+1)

Dude I love the puzzles in the game and the redo and undo mechanic also.

Viewing comments 51 to 41 of 51 · Next page · Last page