rt

An obligatory Java Project
Log | Files | Refs | README | LICENSE

commit ed6fdb368843b99151afd10caf40c715c434f4e1
parent 881dae6971e08c32243b4d5942c54d03149865f8
Author: zerous Naveen Narayanan <zerous@nocebo.space>
Date:   Fri, 13 Dec 2019 19:41:59 +0100

Add README

Diffstat:
AREADME | 40++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -0,0 +1,40 @@ + _ + _ __| |_ +| '__| __| +| | | |_ +|_| \__| + +==== + +rt is an acronym for Reader's Theatre. + +What is it? +=========== +It is a game which can handle any number of users who register, login +and play a character in a theatre script by selecting it. The game +engine creates groups of three users and assigns them a script based +on the group's average score. The player/user is supposed to select a +character to play subsequent to which the game engine assigns the +respective user a score. The server holds the state of the user and the +game in memory and hence, the states can be reset by killing the +server process. + +How to play? +============ +* Compile the project by running ./make +* If you are using IntelliJ IDEA or other similar IDE, you will need to + import the files accordingly. +* Set CLASSPATH appropriately +* Start the server by running + java space.nocebo.server +* Start the client by running + java space.nocebo.client +* PLAY!!! + +Contact +======= +You can reach us through irc.2f30.org/6697 at #hcf2c or + +Cheers, +zer +