No description
- Python 100%
| .idea | add pycharm "jdk" config to ignore | |
| .vscode | add vscode extension suggestion | |
| src | add window title | |
| .gitignore | initial logic | |
| README.md | add README.md | |
| requirements.txt | add pip requirements | |
snack4snake
Running
# Clone the code
git clone https://github.com/libewa/snack4snake
# Create a virtual environment
python -m venv .venv
.venv/Scripts/activate # Replace with the script for your shell
# Install dependencies
python -m pip install -r requirements.txt
# Run
python main.py