Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmaanbhav committed Mar 23, 2015
1 parent 64079fc commit fbc50bd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
stockmart
StockMart
=========

A java based Virtual Stock Exchange Game (VSE)

<h2>Features and Improvements:</h2>
<h2>Description:</h2>
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.

<h2>Features and Improvements (Branch: real-bid):</h2>
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....

<h2>Screenshots:</h2>
Expand All @@ -15,6 +18,3 @@ Introduced real bidding whereas the code in the master branch operates on Monte
<h3>Client:</h3>
![capture2](https://cloud.githubusercontent.com/assets/4680789/6779389/8e4ead82-d181-11e4-8c69-0cae8d9bfd46.PNG)
![capture6](https://cloud.githubusercontent.com/assets/4680789/6779396/8efc74bc-d181-11e4-99ab-0274500ed4e8.PNG)

<h2>Description:</h2>
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 comments on commit fbc50bd

Please sign in to comment.