A simple game written in SDL2 Using C++. Purpose of this project was to learn SDL2 and Game Programming constructs.
- GCC
- CMake
- SDL2
- SDL2_image
- Clone the repository to your local machine
$ git clone https://github.com/aadilshabier/memorygame.git
$ cd memorygame
- Build the project
$ mkdir build
$ cmake -B build
$ make -C build
- Run the project
An executablememorygame
is made inside thebuild
directory
$ ./build/memorygame
- For future builds, just do:
$ make -C build
- Check if the game has been won
- Fix maxxed out CPU usage
- Make blocks display textures instead of a solid colour
- Make a starting and ending screen
- Better game screen (counter, timer, etc)
- Add background music
- Make a settings menu