Commit Graph

12 Commits

Author SHA1 Message Date
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 250d8523ec Added Missing CMakeLists.txt to the project 2024-09-27 10:55:04 -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
Gustavo Henrique Santos Souza de Miranda 559091a806 Improved the inventory system, adding a methods to add multiple items and a way to store the indexes of the added items for counting and removing 2024-09-16 20:28:00 -03:00
Gustavo Henrique Santos Souza de Miranda 658ca6ae5c Started Creating the Game and it's Classes 2024-09-16 17:32:54 -03:00
GHMiranda 824b45d924 Initial commit 2024-09-16 20:26:59 +00:00