aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorQube <qchinious@gmail.com>2018-07-21 15:23:23 +0700
committerQube <qchinious@gmail.com>2018-07-21 15:23:23 +0700
commit0fb8cc82d9824b0e798eedb97f062c915d8752bc (patch)
treeb6f6e41d6b31c4a3f5cf72a03cd0781b7600ed4d /README.md
parentbdf8f9f3391ee80ec7a3d99d62f845ac7dfa0f7e (diff)
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/README.md b/README.md
index bfba5f3..1d977ec 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,20 @@
# Attorney Online Web Client
+webAO client only feature:
+ - BBcode
+ - Client side encoding-decoding (Unicode escape/UTF-16 array)
+ - Location (spilt from music list)
+ - Change background UI via menu
+
+Planned feature:
+ - Record testimony on client side (Judge role)
+ - Play testimony during cross-examination
+ - Defense, prosecution and judge can skip message.(forward/backward)
+ - Show Guilty/Not Guilty message (Judge role)
+
Link to the client in this repo: http://attorneyonline.000webhostapp.com
Guide to installing it locally: https://docs.google.com/document/d/1X4OjG0tfoTZayqY9MM6fqzL_aGMKFAECg7NSQRYafAU/edit
This is a client for the Attorney Online roleplaying chatroom written in HTML and Javascript.
-It works with the serverD software when the server has WebSockets enabled.
+It works with the tsuserver3/serverD software when the server has WebSockets enabled.