Hi community,
Here is the link to my C++ project: https://github.com/Al13Wi/2-in-1_GuessingGame
The program files are:
main.cpp
GameFunctionsVariables.cpp
GameFunctionsVariables.h
The code became a little bit longer than expected in order to cover all the scenarios and edge cases but I am open to any suggestions to compress the code
A question concering uploads to GitHub:
What is the proper way or best practice to upload a multi-file program? For example, is it recommended to upload the whole C++ program folder to GitHub (as I just did with my project) or would it be sufficient to only upload the three files listed above?
Feel free to share any suggestions, recommendations or other feedback.
Cheers
Alex