Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	readme.md
  • Loading branch information
DenisD3D committed Mar 19, 2024
2 parents 3f8aad3 + 27af37b commit 912f93b
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 @@ -26,4 +26,4 @@ Extract a spritesheet into individual images:
magick convert roguelikeSheet_transparent.png -crop 57x31-1-1@ +repage +adjoin spaced-1_%d.png
```
Where 57 is the number of sprite in the x-axis and 31 in the y-axis and -1-1 is the offset between each sprite
Tested on https://kenney.nl/ assets
Tested on https://kenney.nl/ assets

0 comments on commit 912f93b

Please sign in to comment.