/color_memory_game

A simple game created as an exercise

Primary LanguageC++MIT LicenseMIT

Color Memory game

This game was made for a quick demonstration.

Building

Install libsdl2-dev

Compile the game:

make -j $(nproc)

Run:

make run