Skip to content

islxyqwe/jinrou-low

 
 

Repository files navigation

Table of Contents

月下人狼

Are you a werewolf?

月下人狼服务器运行中!

version

1.15.1

requirements

  • Redis
  • MongoDB >= 3.2

usage

  1. Copy the source code
    1. `git clone git://github.com/uhyo/jinrou.git`
  2. Install dependencies
    1. `cd jinrou`
    2. `npm install`
  3. Configure
    1. `cp -r config.default config`
    2. edit `config/app.coffee`
  4. Build front-end scripts
    1. `cd front`
    2. `npm install`
    3. `npm run production-build`
    4. `cd ..`
  5. Run databases
    1. run MongoDB
    2. run redis
  6. Run the application serverj
    1. SS_ENV=production SS_PACK=1 node app.js

development

To run in development mode, just run `node app.js`.

notes on front-end scripts

Built assets will be placed at `client/static/front-assets`. Also, intermediate files are placed at `front/dist-esm`.

Building procedures are cpu- and memory- expensive. If you do not want to build on your server, you can build locally and copy the results to the server.

For development, use `npm run watch` in the `front/` directory to keey updating the front-end assets.

In production mode, contents of `client/static/front-assets/` can be served with `Cache-Control: immutable`. This will increace the effect of caches.

using Docker

Optionally, one can use Docker to run the jinrou service.

The `Dockerfile` file and `docker` directory are only for this purpose.

docker image

To build the docker image for jinrou, run `docker build .` in the project directory. `Dockerfile` defines the image.

docker-compose

To run jinrou in an isolated environment using docker-compose, enther `docker` directory and run `docker-compose up --build`. This starts the jinrou docker image along with mongodb and redis Docker containers. The `docker/config.docker` directory contains a config file for running jinrou in this environment.

jobs

全100种以上

基本

  • 村人
  • 占卜师
  • 灵能者
  • 狂人
  • 猎人
  • 共有者
  • 埋毒者
  • 人狼
  • 妖狐
  • 埋毒者
  • 大狼
  • 小狐

桃栗特殊

  • 蝙蝠
  • 贵族
  • 奴隶
  • 魔术师
  • 间谍
  • 人狼占卜师

桃栗期間限定

  • 逃亡者
  • 商人
  • 女王观战者
  • 狂人狼
  • 骗子
  • 间谍Ⅱ
  • 模仿者

うそつき人狼

  • 独裁者
  • 占卜师的妈妈
  • 陷阱师
  • 狼少年
  • 国王

究极人狼

いろいろ

月夜の人狼

  • 看板娘
  • 慎重的狼
等等

options

  • 决定者
  • 权力者
  • 死亡笔记
  • 黑暗火锅
  • 半份黑暗火锅
  • 量子人狼

About

Are you a werewolf?

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 51.2%
  • TypeScript 27.9%
  • Pug 16.8%
  • JavaScript 3.1%
  • Stylus 0.6%
  • HTML 0.2%
  • Other 0.2%