Chesburgrellia by niborious

The Chesburgrs of Chesburgrellia are fed up with oppression of humanity.
Its time rebel against the ways of old, and grill your way to the top in this timeless battle of humans vs cheeseburgers.
Combines elements from Time-management/Cooking games and auto-RTS/idle games. It also combines minimalist typography, cards, and mobile game aesthetics.
Designed to work on mobile web.
Hidden keyboard layout kind of makes it a typing game: - P: plate - B: bun - C: cheese - L: lettuce - T: tomato - O: onion - I: pickle - A: patty - M: meat - 1-3: order cards 1-3
*Note: Orders must be filled from bottom to top, they represent what the order should look like when its finished, not the steps you need to take to make it. You plate from bottom to top so you will be going in backwards order.
Play Now!
| HTML5 (web) | https://niborious.itch.io/chesburgrellia |
| HTML5 (web) | https://bmarcelus.github.io/LD41/ |
| Original URL | https://ldjam.com/events/ludum-dare/41/chesburgrellia |
Ratings
| Overall | 238th | 3.561⭐ | 43🧑⚖️ |
| Fun | 143th | 3.659⭐ | 43🧑⚖️ |
| Innovation | 286th | 3.488⭐ | 43🧑⚖️ |
| Theme | 189th | 3.902⭐ | 43🧑⚖️ |
| Graphics | 340th | 3.268⭐ | 43🧑⚖️ |
| Audio | 285th | 3.026⭐ | 40🧑⚖️ |
| Humor | 171th | 3.183⭐ | 43🧑⚖️ |
| Mood | 391th | 2.95⭐ | 42🧑⚖️ |
| Given | 8🗳️ | 11🗨️ |
Well done,, and good luck!
Cool game, keep coding :)
```
Uncaught TypeError: Cannot read property 'name' of undefined
at Order.checkOrder (bmarcelus.github.io/:1308)
at Order.click (bmarcelus.github.io/:962)
at Order.update (bmarcelus.github.io/:932)
at Order.update (bmarcelus.github.io/:1249)
at CookyGame.update (bmarcelus.github.io/:540)
at CookyGame.update (bmarcelus.github.io/:1966)
at step (bmarcelus.github.io/:506)
```
I was just making single orders and sending them as quickly as possible.
On my second playthrough I figured out I could queue up multiple orders, or even work on multiple orders, and that worked, and I didn't run into a crash =).
Was pretty fun for basically being just clicking on the words as they appear on screen. The patty cooking mechanic was pretty satisfying, had to plan ahead a little, and always felt bad when things were burnt ^_^. Made it past level 11 before I finally got bored.
Well Done!
The console error:
```
Uncaught TypeError: Cannot read property 'name' of undefined
at Order.checkOrder (index.html:1308)
at Order.click (index.html:962)
at Order.update (index.html:932)
at Order.update (index.html:1249)
at CookyGame.update (index.html:540)
at CookyGame.update (index.html:1966)
at step (index.html:506)
```
Thanks for this.
Good job!
But after i figured out, what is happening, i really enjoyed playing it. Nice idea and even good, albeit a bit confusing, execution!
Were you playing off of the itch link? or the github link (the one that takes over the whole browser)?
I was able to catch and fix a game breaking bug, but I only updated the github because I get worried about updating the game after the compo deadline. But I think that the rules say that this is fine, and its definitely better to fix it everywhere so people don't have to worry about crashing. But if this is from the github link, I'll have to debug and find the new error