Play game
Food Cards's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Audio | #7 | 3.174 | 3.286 |
Innovation | #10 | 2.484 | 2.571 |
Theme interpretation | #10 | 3.174 | 3.286 |
Overall | #10 | 2.595 | 2.686 |
Graphics | #10 | 2.622 | 2.714 |
Gameplay | #13 | 1.518 | 1.571 |
Ranked from 7 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Source code repository URL
https://github.com/thanhfphan/ebitengine-game-jam-2025
Leave a comment
Log in with itch.io to leave a comment.
Comments
I downloaded the source code and used wasmserve to work around the issue others mentioned.
Nice game. I played through a few hands. I really like the aesthetic and the interface. At the end of a game I’m not sure whether I won or lost, I only see “Game over” each time and there doesn’t seem to be any scoring. Seeing the tally for my score and the opponents at the end of a game would be nice. Well done.
Appreciate the feedback.
I love the chill music, sound and graphics. I do wish there were a scoring mechanism that were visible. At the end of the game I am not sure how well I did.
Thank you for sharing!
Thank you for your feedback .
Im experiencing an issue where the whole game is scrolled down by about 20% with a big black bar on the top and all my mouse clicks are offset the same amount so its pretty much impossible to click on anything accurately or start playing the game after I clicked New Game
Just click on the screen, it will remove the blank bar. I'm trying to find the root issue of where it comes from.
I am experiencing the same problem and am not able to remove the bar by clicking on the screen. Could you explain the procedure in more details?
Your problem seems to be related to dimension settings. On the edit game page, if you change the 'Viewport dimensions' to match those of your game, it should work. The issue with my game seemed to be caused by adding a
<div>
above the<canvas>
element. (my code)I mean, I have the same problem with your game, not with mine: I cannot play because of a black line on top exactly as on the image of digdugdiggy above.