A web based werewolf (mafia) game server. Play in person or over VC. https://nightwolfgame.com
  • HTML 44.9%
  • PHP 25%
  • JavaScript 23.6%
  • Shell 4.2%
  • SCSS 2.3%
Find a file
2020-08-14 15:10:34 -07:00
app Add deleting games, and game store subscription. 2020-08-14 15:10:34 -07:00
config Import Nymph app template. 2020-08-07 11:50:01 -07:00
maintenance Import Nymph app template. 2020-08-07 11:50:01 -07:00
.gitattributes Import Nymph app template. 2020-08-07 11:50:01 -07:00
.gitignore Import Nymph app template. 2020-08-07 11:50:01 -07:00
composer.sh Import Nymph app template. 2020-08-07 11:50:01 -07:00
docker-compose.yml Import Nymph app template. 2020-08-07 11:50:01 -07:00
LICENSE Initial commit 2020-08-07 11:40:27 -07:00
npm.sh Import Nymph app template. 2020-08-07 11:50:01 -07:00
phpcs.xml Import Nymph app template. 2020-08-07 11:50:01 -07:00
README.md Better description in readme. 2020-08-07 15:09:50 -07:00
run.sh Import Nymph app template. 2020-08-07 11:50:01 -07:00

Night Wolf

A free and open source web based Werewolf/Mafia game. Play in the same room on your phones or play in a video call together! The server acts as the narrator, so everyone can play!

This is currently in development! It doesn't work yet!

Check out https://nightwolfgame.com for a running version (soon), or start your own server.

Running Dev Environment

Clone the repo then run:

./run.sh

Go in the app dir and run:

npm run watch

Go to http://localhost:8080.

NPM and Composer

If NPM and/or Composer are not installed, npm.sh and composer.sh will use a Docker container to run them.

You can run commands from the repository root (not the "app" directory) using composer.sh and npm.sh. For example:

./composer.sh require vendor/package
./npm.sh install --save package
./npm.sh run build

License

Copyright 2020 Hunter Perrin

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.