4restM / hunted

Multiplayer 2d game where werewolf hunts human and vice versa.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HUNTED

In this 2D multiplayer game, one player (the werewolf) pursues the other player (the human) and attempts to win the game by catching them. However, the tables can quickly turn on the werewolf. The human simply has to survive long enough to acquire 10 pieces of silver in order to build a weapon. Once they have a weapon, the hunter has now become the hunted. The werewolf must eat enough pieces of meat to be able to overpower the human, thus reversing their roles again. This continues until one player is eliminated.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Node, npm, and mongodb are required to use this application.

To install node/npm with homebrew on Mac OS X:

$ brew update && brew install node

To install node/npm with Ubuntu/Debian:

$ sudo apt-get update
$ curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
$ sudo apt-get install -y nodejs

For Windows get the Windows installer for node/npm: Here

For mongo, follow the instructions specific to your OS: Here

Installing

Once you have node and npm, install application dependencies. Make sure you are in the application directory and run:

$ npm install
$ cd server && npm install

Run It

Run these each time you want to start the server:

$ mongod --fork --logpath /var/log/mongodb.log
$ npm run build
$ ./startprod.sh

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Thank you to the first group of Authors, which laid the foundation for us to continue on.

  • Thank you to Youtuber RBG Music for allowing us to use the following tracks. A New Beginning, Haunted House, and GameOver

About

Multiplayer 2d game where werewolf hunts human and vice versa.


Languages

Language:JavaScript 95.9%Language:HTML 2.3%Language:CSS 1.6%Language:Shell 0.1%