Skip to content

Latest commit

 

History

History
84 lines (56 loc) · 2.13 KB

File metadata and controls

84 lines (56 loc) · 2.13 KB

Ebitengine Game Jam 2025

Prerequisites

How to start

task run # requires Taskfile

or

go run cmd/main.go

or

task run-web # requires Taskfile
# And then open browser at http://localhost:8080

HTML5 Build

https://thanhfphan.itch.io/food-cards

Game Overview

Food Cards is a card game where players collect ingredient cards and combine them to create Vietnamese food recipes. The game features:

  • Single-player mode against AI opponents
  • Multiple recipe combinations
  • Simple and intuitive UI
  • Traditional Vietnamese food theme

Screenshots

Main Menu Gameplay

Project Structure

.
├── cmd/main.go         # Main entry point
└── internal/           # Core game components
    ├── ai/             # AI logic for bot players
    ├── am/             # Asset management (images, sounds, fonts)
    ├── card/           # Card game mechanics and deck management
    ├── game/           # Core game logic and scene management
    ├── rules/          # Game rules and turn management
    ├── ui/             # UI components and rendering
    └── view/           # View models for rendering

Assets Used

Images

All images are generated by ChatGPT

Audio

  1. Card Select Sound
    Link — CC0 (No attribution required)

  2. Card Play Sound
    Link – CC BY 4.0 (Attribution required)

  3. Recipe Made Sound
    Link – CC BY 4.0 (Attribution required)

  4. Background Music – Vietnam Bamboo Flute
    Link – Pixabay License (No attribution required)

Font