Skip to content
/ gwent Public
forked from RAngelone/gwent

A standalone multiplayer version of Gwent (The Witcher 3)

Notifications You must be signed in to change notification settings

elohffa/gwent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Gwent-Online

#Introduction

Gwent-Online is an open-source project of the card-game Gwent.

#Install ##- Requirements

##- Build

cd ~/myProjectDirectory
git clone https://github.com/exane/gwent.git
cd gwent
npm install
npm run gulp

##- 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/")
  • If you have to change port then make sure you change the port on your server as well.
    You find the server port in /server/server.js on line #18 "app.listen(#port)";

##- Start Server

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

##- Start Client

  • Open your browser and go to "192.168.123.1/gwent/public" or wherever you saved your project.

About

A standalone multiplayer version of Gwent (The Witcher 3)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.7%
  • PHP 15.0%
  • CSS 12.6%
  • HTML 5.6%
  • ApacheConf 0.1%