A Modern spin off of the game Mafia using the theme of ghosts but without the hassle of using playing cards!
http://noble-phantasm.herokuapp.com/
Note that players do not need to create an account to play. Online play is handled by a lobby feature which allows players to quickly create, invite and play games with friends.
Roles include:
- Ghost
- Exorcist
- Citizens
- Priest
- Healer
- Clown
- More coming soon!
Game Rules: https://en.wikipedia.org/wiki/Mafia_(party_game)
- Create heroku account and loging using
heroku login
- Run command
heroku app create
- Run command
npm run build
(Creates static html,css, js files rather then using react server) git add -A
andgit add build
folder from inside Noble Phantasm Directory- Add a git commit message (does not matter what it is)
git push heroku
to deply app- App is now running your heroku address
- Note that
npm run build
creates a build folder. Make sure to add that to the commit for Heroku