Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/salamjillani/squidgame

Squid Game: Red Light, Green Light
https://github.com/salamjillani/squidgame

reactjs tailwind-css threejs

Last synced: 13 days ago
JSON representation

Squid Game: Red Light, Green Light

Awesome Lists containing this project

README

        

# Squid Game: Red Light, Green Light

Squid Game is a project developed using React, Three.js, and Tailwind CSS. The game replicates the popular "Red Light, Green Light" game from the Squid Game series.

## Project Overview

This project is a web-based game that uses modern web technologies to create an interactive and visually appealing experience. The game involves players trying to reach the finish line without being detected during the "Red Light" phases.

## Features

- Developed with **React** for a dynamic user interface.
- Utilizes **Three.js** for 3D graphics and animations.
- Styled with **Tailwind CSS** for responsive and modern design.

## Installation

To run this project locally, follow these steps:

1. **Clone the repository:**
```
git clone https://github.com/codesofsalam/squidgame.git
cd squidgame
```

2. **Install dependencies:**
```
npm install
```

3. **Start the development server:**
```
npm start
```

4. **Open your browser and navigate to:**
```
http://localhost:5173
```