How to run 2048 on your local machine:
Have the following software installed on your machine:
- Python (version 3.9.13)
- pip (version 24.0)
Follow these steps to clone the repo, create a virtual environment, and install dependencies
Use the following command: git clone
Use "cd" to change directory of where your project is located
Using the terminal, type "pip install requirements.txt" to install all packages listed within the requirements.txt file
If you are using visual studio code, make sure you have the main.py file opened and use the IDE to click the "Run" button. If you want to run the game via terminal, type "python main.py" for Windows or "python3 main.py" for MacOS/Linux