A java based Virtual Stock Exchange Game (VSE)
Want to know more about Stock Markets? Here: https://www.youtube.com/watch?v=F3QpgXBtDeo
* companies.txt: specify the companies and their initial share value just after their name, separated by a ":", ignore rest of the values. eg:
"Reliance:260"
(one company per line)
* 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. checking 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 by clicking the start button...
* 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. :) Eg. of a positive news:
"Microsoft announces Windows 10. This new version will thrill the users."
* 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 if necessary or u face any problem. * 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.