https://github.com/exane/not-gwent-online
Reupload of my gwent repository which was taken down (https://github.com/exane/gwent)
https://github.com/exane/not-gwent-online
Last synced: 3 months ago
JSON representation
Reupload of my gwent repository which was taken down (https://github.com/exane/gwent)
- Host: GitHub
- URL: https://github.com/exane/not-gwent-online
- Owner: exane
- Created: 2015-11-30T16:49:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-10T16:59:20.000Z (about 8 years ago)
- Last Synced: 2025-03-20T17:38:26.892Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 86.5 MB
- Stars: 132
- Watchers: 20
- Forks: 78
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gwent-Online
# Introduction
Not-Gwent-Online is a standalone multiplayer version of Gwent, a card game from The Witcher 3.# Install
## - Requirements
- [node.js](https://nodejs.org/) installed
- [GraphicsMagick](http://www.graphicsmagick.org) installed (for generating sprites)## - Build
```sh
cd ~/myWebserverRoot
git clone https://github.com/exane/not-gwent-online
cd not-gwent-online
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
```sh
cd ~/myProjectDirectory/not-gwent-online
node server/server.js
```## - Start Client
- Open your browser and go to e.g. "http://192.168.123.1:3000"