takashiro / czech-codenames-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codenames

Example Page http://codenames.takashiro.cn
Author Kazuichi Takashiro

Lisense

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Introduction

It's a small online app to play Codenames.

Related Components

  1. Definitions
  2. React Client

Get Started

  1. Run npm i.
  2. Run npm link && npm link @karuta/codenames
  3. Run npm start. The server will be listening on port 5260.
  4. The port number can be configured in config.json.

About

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 90.0%Language:JavaScript 10.0%