rt

Reader's Theatre
Log | Files | Refs | README | LICENSE

README (1300B)


      1       _   
      2  _ __| |_ 
      3 | '__| __|
      4 | |  | |_ 
      5 |_|   \__|
      6           
      7 ====
      8 
      9 rt is an acronym for Reader's Theatre.
     10 
     11 What is it?
     12 ===========
     13 It is a game which can handle any number of users who register, login
     14 and play a character in a theatre script by selecting it. The game
     15 engine creates groups of three users and assigns them a script based
     16 on the group's average score.  The player/user is supposed to select a
     17 character to play subsequent to which the game engine assigns the
     18 respective user a score. The server holds the state of the user and
     19 the game in memory and hence, the states can be reset by killing the
     20 server process.
     21 
     22 Build Environment
     23 =================
     24 * Linux mcp 5.3.15_1 #1 SMP PREEMPT Thu Dec 5 10:45:59 UTC 2019 x86_64
     25 * openjdk version "1.8.0_232"
     26   OpenJDK Runtime Environment (build 1.8.0_232-b09)
     27   OpenJDK 64-Bit Server VM (build 25.232-b09, mixed mode)
     28 
     29 How to play?
     30 ============
     31 * Compile the project by running make
     32 * If you are using IntelliJ IDEA or other similar IDE, you will need to
     33   import the files accordingly.
     34 * Set CLASSPATH appropriately  
     35 * Start the server by running
     36   	java space.nocebo.server
     37 * Start the client by running
     38   	java space.nocebo.client
     39 * PLAY!!!
     40 
     41 Contact
     42 =======
     43 You can reach us through irc.2f30.org/6697 at #2f30 or #hcf2c
     44 
     45 Cheers,
     46 zer
     47