Commit Graph

9 Commits

Author SHA1 Message Date
Gustavo Henrique Santos Souza de Miranda bade63dbc3 Changed how to implement the headers Region.h, RegionManager.h and Game.h by using pragma once 2024-09-27 23:01:57 -03:00
Gustavo Henrique Santos Souza de Miranda 24d1e5b779 Added Few Classes:
Game
Region
and RegionManager
These classes are the main core of the game to make it work.

Also added the main.cpp inside the src folder
2024-09-27 22:33:34 -03:00
Gustavo Henrique Santos Souza de Miranda 2b2d4931fc Commited the Bank::setTax Method that was missing. 2024-09-27 17:07:17 -03:00
Gustavo Henrique Santos Souza de Miranda db58957c85 Commited the Player.h that was missing in the #9786d5b661 commit 2024-09-27 15:01:51 -03:00
Gustavo Henrique Santos Souza de Miranda 9786d5b661 Created the LoanShark.cpp and LoanShark.h to be used as the LoanShark class and also add a new method on the Player class that check if a value is less the money owned by the player 2024-09-27 15:00:13 -03:00
Gustavo Henrique Santos Souza de Miranda a4993b02bc Created Bank.h and Bank.cpp to be used as the Bank Class of the game. 2024-09-27 10:50:20 -03:00
Gustavo Henrique Santos Souza de Miranda 09810d6449 Added a Missing method on Player.cpp to set the Money Value 2024-09-27 10:15:33 -03:00
Gustavo Henrique Santos Souza de Miranda 7887ee2678 Created the Player.cpp and Player.h that will be used as player class in the game. 2024-09-27 01:12:43 -03:00
Gustavo Henrique Santos Souza de Miranda 9bd09b0483 Created the Bag Class used to be used as inventory and stash for the game. 2024-09-27 00:41:52 -03:00