Developed by Minh Vu
View Demo
·
Report Bug
·
Request Feature
Assassins is a game that can be played almost anywhere, but best done in semi-crowded environments. The goal of the game is to be the last remaining person alive and to assassinate whomever you are assigned. Read more about assassins here.
This project is designed to easily facilitate the distribution of targets to players, along with the transfer of targets post-assassination. Additionally, assassins aims to resolve some of the complications that can arise in these processes.
Head over to https://assassinspartygame.vercel.app/help to learn how to play.
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/minhd-vu/assassins.git
- Install dependencies
npm install
- Run in development
npm run dev
- Run in production
npm start