Skip to content

Commit 7322eb0

Browse files
authored
Update README.md
1 parent 56d6d97 commit 7322eb0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Building the Classic Snake Game with Python
22
This is the repository for the LinkedIn Learning course `Building the Classic Snake Game with Python`. The full course is available from [LinkedIn Learning][lil-course-url].
33

4+
![lil-thumbnail-url]
5+
6+
Are you looking for a fun, meaningful way to level up your Python programming skills? In this course, instructor Robin Andrews shows you how to put together what you need to know to build the Python version of a classic Snake game. Robin introduces you to turtle graphics and how you can use and control animation using Python turtle graphics. He explains global variables and shows you how to draw with turtle graphics by using stamps. With these pieces in place, it’s time to work on the game itself! Robin walks you through how to represent the snake, move it around the screen, and control the snake’s direction. He discusses the game loop that is used to control the game and also goes over how to add snake food to the game, implement a scoring system, and reset the game. Robin finishes up with advice on how to use Lambda expressions to avoid repetition in your game and some fun ways to personalize your game.
7+
48
_See the readme file in the main branch for updated instructions and information._
59
## Instructions
610
This repository has branches for each of the videos in the course. You can use the branch pop up menu in github to switch to a specific branch and take a look at the course at that stage, or you can add `/tree/BRANCH_NAME` to the URL to go to the branch you want to access.
@@ -28,6 +32,6 @@ To resolve this issue:
2832

2933
[0]: # (Replace these placeholder URLs with actual course URLs)
3034

31-
[lil-course-url]: https://www.linkedin.com/learning/
32-
[lil-thumbnail-url]: http://
35+
[lil-course-url]: https://www.linkedin.com/learning/building-the-classic-snake-game-with-python
36+
[lil-thumbnail-url]: https://cdn.lynda.com/course/2896343/2896343-1634664622455-16x9.jpg
3337

0 commit comments

Comments
 (0)