AR621 / KsMemory

simple memory game - my first contact with OOP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KsMemory

Old project for object programming course in collage - my first contact with OOP

main menu

Contents:

-UNIX / UNIX.zip - Ready executable for unix systems

-source - all the source files

Usage

Game depends on SFML libraries SFML thus it is equired to install them to properly play the game. We can find SFML libraries in most linux repos:

apt:

apt-get instal libsfml-dev

yum:

yum install SFML

pacman:

pacman -S sfml

About

simple memory game - my first contact with OOP

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%