An open API service indexing awesome lists of open source software.

https://github.com/boompig/st-petersburg

An implementation of the St Petersburg board game
https://github.com/boompig/st-petersburg

angular game game-ai javascript

Last synced: 2 months ago
JSON representation

An implementation of the St Petersburg board game

Awesome Lists containing this project

README

          

# About

Simulation of the [St Petersburg board game](https://boardgamegeek.com/boardgame/9217/saint-petersburg)

Visualization written in Angular 1

## Setup

Install dependencies

* `yarn install`

To build:

Build CSS from sass

* `yarn build:sass`

To run, just serve using a simple HTTP server. For example:

* `npm install -g http-server`
* `http-server`
* navigate to root of resulting server