Skip to main content

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

Food CardsView game page

Food Cards is a card game where players collect ingredient cards and combine them to create Vietnamese food recipes.
Submitted by thanhfphan — 14 hours, 55 minutes before the deadline
Add to collection

Play game

Food Cards's itch.io page

Results

CriteriaRankScore*Raw Score
Audio#73.1743.286
Innovation#102.4842.571
Theme interpretation#103.1743.286
Overall#102.5952.686
Graphics#102.6222.714
Gameplay#131.5181.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

Submitted

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.

Developer (1 edit)

Appreciate the feedback.

Submitted

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!

Developer (1 edit)

Thank you for your feedback .

Submitted (1 edit)

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


Developer

Just click on the screen, it will remove the blank bar. I'm trying to find the root issue of where it comes from.

Submitted

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?

Developer

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)

Submitted(+1)

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.