N0rthPhantom / splendor

For the game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Splendor

This is an homage to the board game Splendor.

Included are a game server, a python command line client and a javascript web client. The game is hosted at http://splendorlord.xyz.

Differences from the official game rules

There is only one known difference between this version and the official version of the game: in this version you are not allowed to spend gold gems if you have the correct color gem you are substituting for gold. In practice this affects games extremely rarely since in the vast majority of cases you would prefer not to spend your gold gems, but spending gold gems could theoretically be strategically correct to deny a certain chip pile.

How to run

Option 1:

Start server with docker

docker-compose up

Option 2:

Alternatively, install virtualenv and run the installation script:

./install.sh

Then run the server with

ENV/bin/python server/splendor.py

How to play

Open your browser http://127.0.0.1:8000

Use shrek / islove for basic authentication

About

For the game


Languages

Language:Python 46.4%Language:TypeScript 31.4%Language:CSS 20.6%Language:HTML 1.0%Language:JavaScript 0.6%Language:Shell 0.1%