GithubHelp home page GithubHelp logo

islxyqwe / one-night-werewolf Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cozuya/one-night-werewolf

0.0 2.0 0.0 6.89 MB

A multiuser web game of deception and deduction. IP and just getting started! Estimated alpha deployment: Feb 2016.

JavaScript 99.88% CSS 0.02% HTML 0.09%

one-night-werewolf's Introduction

one-night-werewolf

A multiuser web game of deception and deduction.

Front end: React, Flux (Alt), Sass, SocketIO, SemanticUI.

Back end: Node with Express, Jade, Passport, Mongodb with Mongoose, SocketIO.

Build: Gulp, Browserify, Babel.

WIP and just getting started! Estimated alpha deployment: May 2016.

Installation

Install node - currently works with v5.0.0 and below.

Install mongodb, have it in your path.

git clone https://github.com/cozuya/one-night-werewolf.git

cd one-night-werewolf

mkdir data logs

npm install -g gulp nodemon

npm install

First 3 prompts from semantic use the default, then point semantic to be installed at public/semantic (instead of /semantic as default).

cd public/semantic

gulp build

For installation on windows, you may need to do a few extra steps if you are getting node-gyp errors, specifically installing the required MS programs referred to on node-gyp's github, and then possibly doing:

set GYP_MSVS_VERSION=2013

npm install --msvs_version=2013

instead of the npm install found above.

Running in dev mode

start mongo:

mongod --dbpath ./data

start server:

nodemon --exec npm run babel-node -- ./bin/dev

start development task runner:

gulp

one-night-werewolf's People

Contributors

cozuya avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.