[Solved] How to create a player system?
[ad_1] First, you have an infinite loop there. If you plan to play the whole game in that function, you should rename it to something like PlayGame. I will assume you’ll call the function once per turn, and the only reason for the loop is in case the user entered illegal input and you’re retrying … Read more