From c9ce511e3e3095317c3e1ac51c1b973ef5d81d0f Mon Sep 17 00:00:00 2001 From: Joffrey Bion Date: Tue, 2 Jun 2020 02:48:44 +0200 Subject: Update README with latest added features --- README.md | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) (limited to 'README.md') 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: -- cgit