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
After you download my file onto your desktop, open it through the external editor. Then, open the file in terminal. Make sure you're in the correct file by typing "pwd"
After this, type "conda create -n my-game-env python=3.8 # (first time only) or conda activate my-game-env"
After, to download the required files, type "pip-install -r requirements.txt"
Then, you're ready to play the game. Type "python game.py"