- Notifications
You must be signed in to change notification settings - Fork2
Resistance game written in react.
License
mlsteele/reactance
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Aresistance game helper written in react.
Go tohttp://mlsteele.github.io/reactance/ on your phone to start playing.
First, add the players and select the Avalon roles you'd like to use (they are describedon wikipedia). When you hitNew Game, it shuffles the roles and brings you to the Roles page. Pass the phone around and everyone can see their role, as well as any additional info (if they are a spy, they can see who the other spies are). Once that is done, go to the Mission tab to start playing. The numbers at the top of the page show how many people go on each mission, as well as keep track of the result of previous missions. Red means the mission failed, black means passed, and gray means it hasn't been gone on yet. During mission voting, you can hit reset at any time and it will clear the current mission.
Runmake
to build the javascript and css bundles.Then navigate to index.html in your browser.
Runmake
to build the js and less bundles.Runmake watch
to run the watchers to continuouslybuild js and less for development.Navigate toindex.html
in your web browser.