diff --git a/readme.md b/readme.md index c852373..2495daf 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@ # SnakeQT -###### Snake game in Python using Pygame and PyQt5 - Denis DAVIAUD & Augustin ROUH - INSA CVL 2024 +###### Snake game in C++ using QT5 - Denis DAVIAUD & Augustin ROUH - INSA CVL 2024 ## Build 1. [Download and install](https://cmake.org/resources/) cmake (version 3.11 or later recommended). @@ -12,4 +12,4 @@ git clone --recurse-submodules https://github.com/DenisD3D/SnakeQT.git ```bash cmake -S . -B build cmake --build build -``` \ No newline at end of file +```