Skip to content

Commit fbc50bd

Browse files
committed
Update README.md
1 parent 64079fc commit fbc50bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
stockmart
1+
StockMart
22
=========
33

44
A java based Virtual Stock Exchange Game (VSE)
55

6-
<h2>Features and Improvements:</h2>
6+
<h2>Description:</h2>
7+
I developed the application in two parts, a client applet which interacts with a server application via TCP. 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.
8+
9+
<h2>Features and Improvements (Branch: real-bid):</h2>
710
Introduced real bidding whereas the code in the master branch operates on Monte Carlo simulation and there is no real bidding. Introduced many new features like bid graphs and order queue graphs !!! Fixed many bugs.... Developed a matching engine for matching orders or bids..... Improved code structure....
811

912
<h2>Screenshots:</h2>
@@ -15,6 +18,3 @@ Introduced real bidding whereas the code in the master branch operates on Monte
1518
<h3>Client:</h3>
1619
![capture2](https://cloud.githubusercontent.com/assets/4680789/6779389/8e4ead82-d181-11e4-8c69-0cae8d9bfd46.PNG)
1720
![capture6](https://cloud.githubusercontent.com/assets/4680789/6779396/8efc74bc-d181-11e4-99ab-0274500ed4e8.PNG)
18-
19-
<h2>Description:</h2>
20-
I developed the application in two parts, a client applet which interacts with a server application via TCP. 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.

0 commit comments

Comments
 (0)