Using Pygame to recreate snake following a tutorial by Patrick Loeber
Follow the instructions to install Anaconda:
- Create a conda environment
conda create -n pygame_env
- Activate the conda environment
conda activate pygame_env
- Install pygame using pip
pip install pygame
YML file was exported on a Macbook M2 Chip
- Download yml file from repository
- Create environment using YML file
conda env create --file pygame_env.yml
- Activate the conda environment
conda activate pygame_env
If the YML file is not compatiable with your machine follow the prior instructions.
python "Name_Game_File".py