Stock Market Simulator main e8c3612
A game that provides a realistic stock buying experience with unpredictable trends to test investment strategies.
|
Files | |
controls.cpp | |
Human-computer interactions functions. | |
draw.cpp | |
Functions that handles the drawing and display of various elements. | |
events.cpp | |
Stores the event texts and modifiers. | |
file_io.cpp | |
Implementation of the file input/output functions. | |
format.cpp | |
ANSI Escape Code related functions. | |
graph.cpp | |
Graph plotting functions. | |
main.cpp | |
file with the main() function | |
names.cpp | |
Implementation of the stock name generation functions. | |
random_price.cpp | |
Random price generator for stock market simulation. | |
stock.cpp | |
Implementation of the Stock class. | |