rt

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

DateCommit messageAuthorFiles+-
2019-12-22 15:15Add reportzerous Naveen Narayanan1+0-0
2019-12-16 20:58Style Fixzerous Naveen Narayanan1+2-2
2019-12-16 20:56Add build environmentzerous Naveen Narayanan1+7-0
2019-12-14 18:49Style Fixzerous Naveen Narayanan1+1-1
2019-12-14 18:47Make sure that a user can't login from multiple clients at the same time using the same credentials.zerous Naveen Narayanan2+27-4
2019-12-14 17:22Incite randomness but make sure that it is controlled so as to let user play a script at the earliest.zerous Naveen Narayanan2+23-4
2019-12-13 19:29Style Fixzerous Naveen Narayanan1+1-1
2019-12-13 18:48Update TODOzerous Naveen Narayanan1+0-3
2019-12-13 18:44Use #2f30 and #hcf2czerous Naveen Narayanan1+1-1
2019-12-13 18:41Add READMEzerous Naveen Narayanan1+40-0
2019-12-13 17:59Use a game object for every game to obviate the limitation on the number of groups playing the same script at the same time.zerous Naveen Narayanan1+3-2
2019-12-13 17:57Style Fixzerous Naveen Narayanan1+1-1
2019-12-13 17:55Add printfdbg() for debuggingzerous Naveen Narayanan1+6-0
2019-12-13 17:51Implement a static method getGame() so that multiple groups can play the script at the same time.zerous Naveen Narayanan1+15-0
2019-12-13 17:49Make group cloneablezerous Naveen Narayanan1+5-1
2019-12-13 17:47Implement a few thingszerous Naveen Narayanan1+12-2
2019-12-13 17:43Fix resetUsers and Add resetScoreszerous Naveen Narayanan1+6-1
2019-12-13 00:19Add game class to obviate limitation on number of userszerous Naveen Narayanan2+23-2
2019-12-13 00:18Use a unique group id for identificationzerous Naveen Narayanan1+6-0
2019-12-13 00:17Implement getAlphaNumString() to return unique alphanum group idzerous Naveen Narayanan1+12-0
2019-12-12 21:44Add 2 scripts to meet project requirementszerous Naveen Narayanan1+2-0
2019-12-12 21:44Return 1 if nextInt() returns 0zerous Naveen Narayanan1+4-3
2019-12-06 12:55Add TODOzerous Naveen Narayanan1+4-0
2019-11-25 18:20Use a separate string for Main Menuzerous Naveen Narayanan1+9-7
2019-11-25 18:18Use setScore() after validationzerous Naveen Narayanan1+3-1
2019-11-25 18:18Style fixzerous Naveen Narayanan1+1-1
2019-11-25 17:01Remove debug statements and commentszerous Naveen Narayanan3+1-29
2019-11-25 16:42Add LICENSEzerous Naveen Narayanan1+13-0
2019-11-25 16:34Implement selChar(), Synchronize using locks and Fix a couple of thingszerous Naveen Narayanan1+64-37
2019-11-25 16:32Throw error if selection is invalidzerous Naveen Narayanan1+1-2
2019-11-25 16:28Return false if cred format is wrongzerous Naveen Narayanan1+2-0
2019-11-25 16:04Implement selChar() methodzerous Naveen Narayanan1+39-0
2019-11-25 15:55Sleep on thread as it is less taxingzerous Naveen Narayanan1+6-0
2019-11-25 15:43Implement methods and use lockszerous Naveen Narayanan1+92-6
2019-11-25 15:34Update stdout message format in clientzerous Naveen Narayanan2+4-4
2019-11-25 15:33Use synchronize for thread-safetyzerous Naveen Narayanan1+7-3
2019-11-24 20:21Fix race conditionzerous Naveen Narayanan2+24-18
2019-11-24 18:07Reset tscr every time getAvgscr() is calledzerous Naveen Narayanan1+10-0
2019-11-24 17:05Use SingleThreadExecutor instead of wasteful FixedThreadPoolzerous Naveen Narayanan1+1-1
2019-11-24 16:59Use separate threads for reading and writing from/to socketzerous Naveen Narayanan3+60-20
2019-11-23 01:25Implement client/server, group, script, servertask logiczerous Naveen Narayanan11+285-108
2019-11-23 01:22Initial commitzerous Naveen Narayanan9+252-0