zzqw / kitauji-gwent

Adaptation of the card game Gwent for the TV animation Hibike Euphonium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kitauji Gwent

Introduction

Kitauji Gwent is a Gwent card game adaptation which features a new set of cards for the characters from the TV animation Hibike Euphonium

Install

- Requirements

- Build

cd ~/myWebserverRoot
git clone https://github.com/kitauji-gwent/kitauji-gwent.git
cd kitauji-gwent
npm install
npm run build

- Config

  • go to /public and open Config.js
  • change hostname to your address. (e.g., "192.168.123.1")
    Make sure you don't have a trailing slash after your IP or address. (e.g., "192.168.123.1/")

- Start Server

cd ~/myProjectDirectory/kitauji-gwent
node server/server.js

- Start Client

About

Adaptation of the card game Gwent for the TV animation Hibike Euphonium


Languages

Language:JavaScript 80.6%Language:CSS 15.7%Language:HTML 3.8%