Skip to content

r0ots/cookin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cooking Game

A fun cooking game where you drag and drop ingredients to create recipes! Built with Phaser.js.

Setup

  1. Install dependencies:
npm install
  1. Create an assets folder in the root directory and add the following images:
  • lettuce.png
  • tomato.png
  • cucumber.png
  • dough.png
  • cheese.png
  • bread.png
  • recipe-zone.png
  1. Start the game:
npm start
  1. Open your browser and navigate to http://localhost:8000

How to Play

  1. A recipe will be displayed at the top of the screen
  2. Drag ingredients from the top bar into the recipe zone
  3. When you've added all the required ingredients in any order, you'll complete the recipe and earn points
  4. A new recipe will be generated for you to make

Features

  • Drag and drop interface
  • Multiple recipes to complete
  • Score tracking
  • Simple and intuitive gameplay

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published