summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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