janosimas / dominion

Test code for Dominion board game using boardgame.io framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project has HUGE design flaws as I was using for testing the framework. I plan on rewriting but it won't happen any time soon.

Dominion: a boardgame.io test

This is a sample project testing the boardgame.io for creating a computer version of a board game. I selected Dominion, because I have it, I know the game and I can select simple cards to test and evolve the game.

How to try

This game is very very incomplete but if you want to try...

First you have to clone the code:

git clone https://github.com/janosimas/dominion

get into the folder and install the dependencies

npm install

run the code

npm start

Now you can go to localhost:3000 and check it out.

Disclaimer

I don't own and I'm not affiliate in any way with Dominion or Rio Grande Games (publisher);

About

Test code for Dominion board game using boardgame.io framework

License:MIT License


Languages

Language:JavaScript 96.7%Language:HTML 1.7%Language:CSS 1.6%