Skip to content

AlHIO/js_restuarant_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍔 js_restuarant_game

A simple browser-based restaurant management game built with vanilla JavaScript, HTML, and CSS, powered by a lightweight Node.js server.


📖 Description

js_restuarant_game is a mini-game that lets you experience running a restaurant! Players will interact through a web interface to take orders, prepare meals, and serve customers in a timely manner.

This project is ideal for learning basic front-end development and practicing setting up a Node.js server for static file hosting.


🔍 Features

  • Order management system
  • Food preparation simulation
  • Customer interaction
  • Simple and intuitive user interface
  • Lightweight Node.js server for hosting the game locally

🛠️ Tech Stack

  • Frontend:

    • HTML
    • CSS
    • JavaScript (Vanilla)
  • Backend:

    • Node.js (for serving static files)

🛋️ Project Structure

js_restuarant_game/
├── css/            # Stylesheets
├── data/           # Game data (e.g., menu items)
├── html/           # HTML pages
├── img/            # Image assets
├── js/             # JavaScript logic
├── node_modules/   # Node.js dependencies
├── package.json    # Project metadata and scripts
├── package-lock.json
└── server.js       # Local server setup

🚀 Getting Started

Prerequisites

Installation

# Clone the repository
git clone https://github.com/AlHIO/js_restuarant_game.git

# Navigate into the project directory
cd js_restuarant_game

# Install dependencies
npm install

Running the Project

npm start

Then, open your browser and visit:

http://localhost:3000

🌟 Future Improvements

  • Add difficulty levels
  • Improve customer AI and behaviors
  • Include more dishes and recipe mechanics
  • Implement scoring and achievements

👥 Author


⚡ Note

  • Typo in the README command section has been corrected (nmpnpm).
  • This project is for educational purposes and simple gaming fun!

Enjoy running your own restaurant! 😋🍽️

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published