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
- Host: GitHub
- URL: https://github.com/boompig/st-petersburg
- Owner: boompig
- License: mit
- Created: 2015-06-04T15:53:40.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T22:18:42.000Z (almost 3 years ago)
- Last Synced: 2025-02-22T20:19:53.157Z (over 1 year ago)
- Topics: angular, game, game-ai, javascript
- Language: JavaScript
- Homepage: https://boompig.github.io/st-petersburg
- Size: 5.33 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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