Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.48 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.48 KB

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.