From 2cde2754d82f404bd4e5d61e842cf958dcacfa48 Mon Sep 17 00:00:00 2001 From: Oliver Geer Date: Tue, 18 Nov 2025 11:04:37 +0000 Subject: [PATCH] Fix link to snake notes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33f8ad6..e546e1a 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Now that you have learnt the basics of Python, there are quite a lot you can do [guessnotes]: https://github.com/oxcompsoc/learntocode/tree/master/guessthenumber -2. [Here][guessnotes] is a tutorial for building a snake game in Python using PyGame. (Difficulty: 4/5) +2. [Here][snakenotes] is a tutorial for building a snake game in Python using PyGame. (Difficulty: 4/5) [snakenotes]: https://github.com/oxcompsoc/learntocode/tree/master/snake_game