Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 865 Bytes

File metadata and controls

43 lines (30 loc) · 865 Bytes

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