Great concept: simple, elegant and funny. The gameplay is challenging, if a bit frustrating :) But I get it that you cannot have it any other way in a game about Gordon Ramsey! The drawings are lovely and the use of white noise is brilliant. Also, the ice cream puzzle is 😎.
Stanisław
Creator of
Recent community posts
Congrats on winning!
You're right: battles are not deterministic and in fact follow the rules of the original Risk board game. There are dice involved (up to 5 of them, actually) and we compare the rolls in pairs, from the highest to the lowest. Would it help if we logged what numbers rolled on the dice?
As for the stats, do you mean army strength and health? Or perhaps whether an army has moved this turn or not yet?
Thanks for letting us know! I'm sorry to hear you're having trouble with running the game. I'm not sure what might be causing it, unfortunately. And I'm not well-versed in Windows app debugging either... Perhaps some of the DLL files are missing from the directory where you unpacked the zip? Or some files were corrupted? Can you try running the exe from the command line or PowerShell? Does it say anything interesting?
An interesting and fun mix of a card and a board game. The core gameplay made me think a little bit of the battles in Etherlords, which I used to play when I was a kid. I also liked the little details, like the animation of the End Turn button, or the animation of a card being played. I wish it was a bit easier to tell which team units are on, especially the round ones :)
Unfortunately, I tried a few games and I wasn't able to finish any of them. Here's the error I saw in the console:
Uncaught TypeError: Cannot read property 'length' of undefined
at Soldier.endTurn (cards.js:63)
at Game.endTurn (game.js:223)
at Game.<anonymous> (opponent.js:78)
Overall, I'm impressed by the mechanics and the variety of cards. Well done!