https://github.com/cedrickchee/squidgame
[WIP] Red Light, Green Light game inspired by Squid Game implemented in Rust, TypeScript & WebSocket. Play in your browser, multiplayer (at least 2 players), and tiny.
https://github.com/cedrickchee/squidgame
red-light-green-light rust-gamedev squid-game
Last synced: about 1 month ago
JSON representation
[WIP] Red Light, Green Light game inspired by Squid Game implemented in Rust, TypeScript & WebSocket. Play in your browser, multiplayer (at least 2 players), and tiny.
- Host: GitHub
- URL: https://github.com/cedrickchee/squidgame
- Owner: cedrickchee
- License: mit
- Created: 2021-10-25T09:36:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T20:59:37.000Z (over 2 years ago)
- Last Synced: 2025-05-07T20:38:44.941Z (about 1 month ago)
- Topics: red-light-green-light, rust-gamedev, squid-game
- Language: Rust
- Homepage:
- Size: 371 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Red Light, Green Light

Red Light, Green Light is a traditional Korean children's game, popularised by the [Squid Game TV series](https://en.wikipedia.org/wiki/Squid_Game).
This project is the digital remake of the game - a 2D-multiplayer game that you can just play in your desktop or mobile browser.
## Tech Stack
The plan:
- UI (frontend): core game logic develop using engine from the [Rust gamedev](https://gamedev.rs/) and glue together using TypeScript and WebAssembly
- Server (backend): Frontend talks to a simple WebSocket server running at the Edge (global CDN) such as Fly.io, Cloudflare Workers, Lambda or Cloud Run.## Ideas
- Angry Birds 2 by Rovio - the game that went viral and reached 10 mil users in around three days.
## Copyright
Copyright of every image in this repo belong to their respective owners.
Attributions:
- ["Squid Game" and the "Squid Game" logo](https://en.wikipedia.org/wiki/Squid_Game#/media/File:Squid_Game_logo.png)
## License
Expand License
This repository contains a variety of content; some developed by Cedric Chee,
and some from third-parties. The third-party content is distributed under the
license provided by those parties.*I am providing code and resources in this repository to you under an open
source license. Because this is my personal repository, the license you receive
to my code and resources is from me and not my employer.*The content developed by Cedric Chee is distributed under the following license:
### Text
The text content is released under the CC-BY-NC-ND license.
Read more at [Creative Commons](https://creativecommons.org/licenses/by-nc-nd/3.0/us/legalcode).### Code
The code in this repository is released under the [MIT license](LICENSE).