It is a multiplayer game inspired from Virtual Stock Market to enable children to learn Experience how the stock market works.
This game involves three characters : Gods, Investors and Farmers. Each player gets to play every role
in the duration of the whole game.
The students played against each other in real-time, in a quest to make trades and increase their life energy! A player could take up many roles, invest, grow and sell. The ultimate aim was to make the most profit. Being a real-time event, each player's action affected the other, resulting in a very dynamic game which had the participants thinking and planning at all times.
For coverage of the Technothlon event view here - https://www.facebook.com/pg/technothlon.techniche/photos/?tab=album&album_id=1605945489480835
For more information view the presentation here - https://goo.gl/NxJfM8
The whole game is built in php 5 using Laravel 4.2 . Refer here for laravel installation
- Test Run it
- Complete the UI
- Resolve Threshold Transitions
- Replace remaining post requests with Ajax calls
- Debug Bidprice not updating
- Update BuyFruit get buy-price from ajax
- Refactor the code
- Shift UI from margin view to complete bootstrap
- Add Migrations
- Add UI photos to the Readme
-
Currently use the game.sql file for setting up the database. Also make sure to modify the
app/config/database.php
file with correct credentials. -
Run the server with
php artisan serve
and Enjoy the game!
Edit `app/config/game.php` file for tweaking the game's functionality.