summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoffrey Bion <joffrey.bion@booking.com>2020-06-02 02:48:44 +0200
committerJoffrey Bion <joffrey.bion@booking.com>2020-06-02 02:48:44 +0200
commitc9ce511e3e3095317c3e1ac51c1b973ef5d81d0f (patch)
tree4d6f891ac291692a4f256013ad9f7b6c8c3b3f51 /README.md
parentAdd comment for box shadow override (diff)
downloadseven-wonders-c9ce511e3e3095317c3e1ac51c1b973ef5d81d0f.tar.gz
seven-wonders-c9ce511e3e3095317c3e1ac51c1b973ef5d81d0f.tar.bz2
seven-wonders-c9ce511e3e3095317c3e1ac51c1b973ef5d81d0f.zip
Update README with latest added features
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 2 insertions, 25 deletions
diff --git a/README.md b/README.md
index 6bbf667c..9fed0cb7 100644
--- a/README.md
+++ b/README.md
@@ -11,29 +11,6 @@ A digital version of the [7 Wonders board game](https://en.wikipedia.org/wiki/7_
## :construction: Work in progress
A staging version of the app is running [on heroku](https://seven-wonders-online.herokuapp.com/).
-It is of course still under development, so some features are missing (some wonder bonuses for instance).
-Also, the staging server is quite 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:
-
-### Server state
-
-The websocket server API handles all the game steps, including special bonuses and end-of-game moves.
-
-### Client state
-
-The client handles the major features to play a full game:
-- Username choice
-- Create / Join a game
-- View joined lobby / Add bot players
-- Start game
-- View personal board, and other players' board summaries
-- Play/discard cards or upgrade wonder (auto-buying missing resources from neighbours)
-- Display the score board
-
-It lacks the following features:
-- View full boards of other players
-- Control which resources to buy from which neighbour
-- "Special power" actions:
- - Play a card from discarded cards deck
- - Pick neighbour guild to copy
+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