From cbdf0bbf1fbb24c01528f14973d92e16b77fd38c Mon Sep 17 00:00:00 2001 From: ericrius1 Date: Mon, 16 Nov 2015 17:03:04 -0800 Subject: [PATCH] Added readme --- examples/exterminatorGame/gameServer/README.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 examples/exterminatorGame/gameServer/README.txt diff --git a/examples/exterminatorGame/gameServer/README.txt b/examples/exterminatorGame/gameServer/README.txt new file mode 100644 index 0000000000..39946d5db6 --- /dev/null +++ b/examples/exterminatorGame/gameServer/README.txt @@ -0,0 +1 @@ +This gameserver sets up a server with websockets that listen for messages from interface regarding when users shoot rats, and updates a real-time game board with that information. This is just a first pass, and the plan is to abstract this to work with any kind of game content creators wish to make with High Fidelity. \ No newline at end of file