'const' function thoughts

Of all our methods, the ones I believe could have ‘const’ added to them are:

GetMaxTries()
GetCurrentTry()
IsGameWon()

Each of these gets an important value all of which could be used to cheat if allowed to be modifed.

What do you guys think?

Privacy & Terms