Client java code to run stock game, A multiplayer stock trading game I developed during my time at the 2 week Raikes Summer Camp.
hgl-java - used for all of the object placement. Library developed by Grant Gardner and I
ACM - the display library that hgl adopted to allow for displaying content to the screen
Socket.io - used to make realtime multiplayer possible through the use of websockets and HTTP Long Polling as a fallback