Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/salamjillani/squidgame
- Owner: salamjillani
- Created: 2025-01-19T22:12:14.000Z (26 days ago)
- Default Branch: main
- Last Pushed: 2025-01-22T19:06:41.000Z (23 days ago)
- Last Synced: 2025-01-25T00:19:30.951Z (21 days ago)
- Topics: reactjs, tailwind-css, threejs
- Language: JavaScript
- Homepage: https://salamsquidgame.vercel.app
- Size: 9.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```