This multiplayer Photoshop-style game combines Among Us, Photoshop, and web app technology to create a fun and engaging experience where players complete creative editing challenges, compete with others, and enjoy fast-paced, interactive gameplay.
- Frontend
- Session server (these act as individual game servers)
- Authority server for joining sessions and retrieving general information
- Separate database server (required by the university)
- Python (FastAPI) – database server and authority server
- Rust (Tokio/Axum) – session server
- TypeScript (React) – frontend
- Python 3.14 or higher
- Rust 1.93.1 or higher
- npm 11.13.0 or higher
Ensure all requirements are installed, then build the project:
for linux
./build.sh./start.shfor windows
./build.ps1./start.ps1