|
Kevin FEDYNA ๐ป ๐ฎ ๐๏ธ |
Vincent LARDET ๐ป ๐ฎ ๐๏ธ |
Alexandre LOESEL ๐ป ๐ฎ ๐๏ธ |
Note
All commits are available here.
DeathRun.js is a multiplayer browser-based game where players are divided into roles: an Impostor, a Sheriff, and Innocents. The goal for the Impostor is to eliminate everyone without being caught, while the Sheriff and the Innocents work together to identify and stop the Impostor. The game ends when either all Innocents are eliminated or the Impostor is defeated.
To compile and launch DeathRun.js, follow these steps:
- Clone the repository:
git clone https://github.com/fedyna-k/DeathRun.js.git - Navigate to the project directory:
cd DeathRun.js - Install dependencies:
npm install - Start the server:
node ./backend/server.js - Open your web browser and go to
http://localhost:3000to start playing!
This project is licensed under the GNU General Public License v3.0. Please refer to the license for more detailed information.