The following project is a Farm Emulation Game written in C++. The project contains five header files :
- DIRECTOR.H
- GAME.H
- SHOP.H
- PLANT.H
- STATUS.H
It contains all the switch-case statements, for the user to choose an option from respective screens.
It contains all the graphics used in the project, using C++'s <GRAPHICS.H> module.
It contains all the graphics used in SHOP section of the game, and all the it selection algorithm is listed in here.
It contains all the code required for planting a seed/fertilizers purchased from SHOP section.
It displays all the status for a particular part if plant in the game and how much the seeds/fertilizers have grown.
It calls all the functions and objects of classes listed in the above HEADER files.