You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the file game.cpp the game built follows a procedural paradigm.
In gameOOP.cpp the same game (same rules) is built using Object-Oriented Programming.