Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisD3D authored Mar 16, 2024
1 parent 6c6f5eb commit 27af37b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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).
Expand All @@ -12,4 +12,4 @@ git clone --recurse-submodules https://github.com/DenisD3D/SnakeQT.git
```bash
cmake -S . -B build
cmake --build build
```
```

0 comments on commit 27af37b

Please sign in to comment.