Orbiit / elimination

Aka assassination
https://orbiit.github.io/elimination/
MIT License
2 stars 0 forks source link

Elimination Game

It's this thing where people participate in a game, then they are assigned another player in the game as a target. They'll have to locate this person and ask for their code to eliminate them for a new target.

Inspired by theassassingame.com which apparently is down

Development

Uses Rollup, Elm, and Node

The following watches for file changes and builds automatically:

npm run watch

Build for production:

npm run build

Things to add

I don't think this should be a PWA since it requires an internet connection anyways. There shouldn't be a way to publicly list a game because the game requires real life interaction for eliminating people.

Feedback