ssimono / memory-game

A simple memory game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory Game

This application is licenced under GNU General Public License, Version 3.0

Summary

Memory Game written in C++ using SDL graphic library

Building

On GNU/Linux:

To build the game you will need:

On debian-based distributions, a simple sudo apt-get install libsdl1.2-dev libsdl-ttf2.0-dev should do the job.

Then make to build the game.

About

This little game is intended to have fun, train your memory skills and obviously for the developper to play with SDL Library features and object-oriented programming

Thanks

Vernon Adams for the Nobile font I used. See http://www.1001fonts.com/nobile-font.html.

About

A simple memory game

License:GNU General Public License v3.0


Languages

Language:C++ 90.9%Language:Shell 5.1%Language:C 4.1%