Implementation of snake game in Python following a linkedin course I found.
The best working version is going to be in lambda_expressions.py. messing.py will probably have some interesting things going on too.
- procedural.py
- oop_turtle.py
- easy_animation_example.py
- turtle_template.py
- stamps.py
- basic_snake_movement
- controlling_snake_direction.py
- game_loop.py
- snake_food.py: contains several videos worth of updates.
- game_reset.py
- lambda_expressions.py
- messing.py
These files and their progression would have best been expressed as branches of the repository, but I didn't realize what the course was doing until I had made almost all of them. Sorry :/