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
8a2a62ef5794d964a3872f438f3168bbd0e0ccad
snake-python
/
snakes
T
History
daniel156161
5796ce0a6e
add function to calculate where the new snake body is with or with no tail based on the move that is taken
2024-04-18 17:14:49 +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 function to calculate where the new snake body is with or with no tail based on the move that is taken
2024-04-18 17:14:49 +02:00