Skip to content

thanhfphan/ebitengine-game-jam-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ebitengine Game Jam 2025

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors