1
0
Fork
You've already forked snack4snake
0
No description
  • Python 100%
2024年10月11日 12:15:53 +02:00
.idea add pycharm "jdk" config to ignore 2024年10月11日 11:19:52 +02:00
.vscode add vscode extension suggestion 2024年10月11日 09:49:44 +02:00
src add window title 2024年10月11日 12:00:18 +02:00
.gitignore initial logic 2024年10月10日 16:16:46 +02:00
README.md add README.md 2024年10月11日 12:15:53 +02:00
requirements.txt add pip requirements 2024年10月11日 09:50:20 +02:00

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