From 22e73779f55b051d34fc0490fbb55045f3f321d9 Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 8 Dec 2019 10:09:30 +0100 Subject: Snake Drawing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 18b3a28..1d2dde1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Snake -Snake Game in Ada, This is SDL version of a TP on [openclassrooms](https://openclassrooms.com/fr/courses/900279-apprenez-a-programmer-avec-ada/2144821-tp-le-jeu-du-serpent). +Snake Game in Ada, This is an SDL version of [this](https://openclassrooms.com/fr/courses/900279-apprenez-a-programmer-avec-ada/2144821-tp-le-jeu-du-serpent) on Openclassrooms. # Usage -- cgit