This website requires JavaScript.
Explore
Help
Sign In
daniel156161
/
snake-python
Watch
1
Star
0
Fork
0
You've already forked snake-python
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5743f5c11131f7ac8999164bed8a41f19ed81c88
snake-python
/
snakes
T
History
daniel156161
5ce12d70c1
remove pos where other snake head is to not go into a dead end or use the pos where the snake head could be to find new food
2024-04-17 15:17:09 +02:00
..
__init__.py
create snake builder to select snake from a .env file
2024-04-13 00:56:56 +02:00
BetterMasterSnake.py
remove pos where other snake head is to not go into a dead end or use the pos where the snake head could be to find new food
2024-04-17 15:17:09 +02:00
DummSnake.py
add history to existing snakes
2024-04-01 05:16:45 +02:00
LogicSnake.py
add history to existing snakes
2024-04-01 05:16:45 +02:00
MasterSnake.py
add mode to only get to food if its nearby
2024-04-12 23:10:39 +02:00
TemplateSnake.py
add code to not get eaten when head is by food
2024-04-17 15:15:25 +02:00