summaryrefslogtreecommitdiff
path: root/README.md
blob: 9fed0cb78a4d57193f0db1d19b75af1ce69807c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Seven Wonders Online

[![Travis Build](https://img.shields.io/travis/joffrey-bion/seven-wonders/master.svg)](https://travis-ci.org/joffrey-bion/seven-wonders)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/joffrey-bion/seven-wonders/blob/master/LICENSE)

A digital version of the [7 Wonders board game](https://en.wikipedia.org/wiki/7_Wonders_(board_game)).

> :warning: **DISCLAIMER:** We do not own the rights on the 7 Wonders game concept and rules, 
> nor on the assets used here. This is a pet project, not intended to be sold.

## :construction: Work in progress

A staging version of the app is running [on heroku](https://seven-wonders-online.herokuapp.com/).

It is still under development, so the staging server is unstable as the CI/CD pipeline deploys the new app on
it after every successful build of the master branch. Don't play serious games there! :smile:
bgstack15