diff --git a/README.md b/README.md index d91f51b..7d536dc 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,5 @@ stockmart ========= A java based Virtual Stock Exchange Game (VSE) + +I developed the application in two parts, a client applet which interacts with a server application via TCP and UDP. The features of the client applet include live ranking, chat discussion, news items, company stocks and their market values, the status of share market and sensex. The features of the admin application (server) include live view of the users, their details, stocks and money, set news items, set time limit, block chat, delete user, view rankings, chat discussion and edit stock prices.