aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2018-09-12 15:10:12 -0500
committerGitHub <noreply@github.com>2018-09-12 15:10:12 -0500
commit5caf25a6de253a45897f859da3efd3830a69de06 (patch)
tree1835b49643306a1a95269164137ac840a0107dd4 /README.md
parent1ebb0798740195733dcd9f0e32f7da31d3f01f8c (diff)
parent559ff78cdf43bce9365f545b8eb38bc2bab0fcb8 (diff)
Merge pull request #3 from AttorneyOnline/2.3
2.3
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 16 insertions, 2 deletions
diff --git a/README.md b/README.md
index 56da082..f7a0504 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,20 @@
# Attorney Online Web Client
-Guide: https://docs.google.com/document/d/1X4OjG0tfoTZayqY9MM6fqzL_aGMKFAECg7NSQRYafAU/edit
+webAO client only features:
+ - BBcode
+ - Client side encoding-decoding (Unicode escape/UTF-16 array)
+ - Location (spilt from music list)
+ - Change background UI via menu
+
+Planned features:
+ - Record testimony on client side (Judge role)
+ - Play testimony during cross-examination
+ - Defense, prosecution and judge can skip testimony 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.