Skip to content

StockMart 2.1

Latest
Compare
Choose a tag to compare
@ayushmaanbhav ayushmaanbhav released this 24 Mar 16:32
· 5 commits to real-bid since this release

This version comes with a new UI and a cool BlackEye theme. Except UI theme it is same as v2.0.

Guidelines:

Server:
money.txt: specify user's initial money. user will get that money and some random shares of the same value.
companies.txt: specify the companies and their initial share value just after their name, separated by a ":", ignore rest of the values.
reg.txt: if only user with allotted regnos are to be able to play then specify the registration nos in this file. (only small chars and numbers), you can disable the regno limitations by clicking on the button "CheckREG" on the main screen.
Start server by double clicking it, set the time limit, wait for the users to connect, finally start the server...
You can add spice to the game by using the text area below to show news to the users. "ONE NEWS ITEM PER LINE". News about companies to fluctuate the prices.:)
You can view users in the user panel, increase their money, give them bonus, increase their chat, change their pass, ban and delete them, view their stocks and orders... etc
You can view the pending orders in the order queue and manually cancel them.

Client:
Start client by cmd prompt or terminal by giving ip of the server as the first argument eg:
"java -jar StockMartClient.jar -localhost"
Register (each field is restricted to use only small chars and nos.), login and start playing.

Screenshots:
capture
capture2
capture3
capture4
capture5
capture6
capture7
capture8
capture9