summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoffrey BION <joffrey.bion@gmail.com>2017-07-25 00:13:07 +0200
committerJoffrey BION <joffrey.bion@gmail.com>2017-07-25 00:13:07 +0200
commit07d04493737ab83e594f27c66464d4397972b3d2 (patch)
treeeb79aa83ddf6fcc45984dae66b6b0bb030ddf7c5 /README.md
parentOrganize imports and format JS files (diff)
downloadseven-wonders-07d04493737ab83e594f27c66464d4397972b3d2.tar.gz
seven-wonders-07d04493737ab83e594f27c66464d4397972b3d2.tar.bz2
seven-wonders-07d04493737ab83e594f27c66464d4397972b3d2.zip
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2809f05d..1ca96320 100644
--- a/README.md
+++ b/README.md
@@ -34,10 +34,11 @@ is available. It is in construction as well because I'm adding wesocket support
The client is just at the start of the development. It handles:
- Username choice
- Create / Join a game
-
-Missing steps:
- View joined lobby
- Start game
+
+Missing steps:
+- View game elements
- Whole game process
- Scoring
bgstack15