Thanks to visit codestin.com
Credit goes to github.com

Skip to content

b2coutts/dominion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains code for playing the tabletop game "Dominion" on the command-line with multiple players.

QUICKSTART

To choose which/how many people to play with and which cards to play with, modify Config.hs. Then, starting at the root of the repository, you can run the dominion server with:

runhaskell Main.hs

When you run the server, it will tell you its server ID. Then, each player (from the same machine) can connect to the server by running:

./client.sh serverID name

where name is their entry in the userNames list in Config.hs. Once everyone is connected, the game will begin; you can type /help for a list of special commands.

About

Implementation of tabletop game "Dominion" in Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors