Commit Graph

8 Commits

Author SHA1 Message Date
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