First for windows users do these instructions: install git and make the git commands available to the windows command prompt..
when you see this:
pick the 3rd option (available to command prompt plus linux utils)
when you see:
pick the 1st option.. (checkout windows-style, commit unix-style)
After you do these steps open cmd and then cd to your desktop or anywhere you want to put the tic tac toe game in example : cd c:\Users(username)\Desktop then do these commands : git clone https://github.com/MichaelGDev48/tic-tac-toe git checkout stable Then run install_depdencies.command(on mac) Then run the python msi installer if on windows then if your on windows run the start-game.bat if on mac run start-game.command and thats it :)