Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikolajszymczuk1/memorygame

Memory Game wrote in C++
https://github.com/mikolajszymczuk1/memorygame

cplusplus game linux memory sfml sfml-game sfml-graphics-library

Last synced: about 2 months ago
JSON representation

Memory Game wrote in C++

Awesome Lists containing this project

README

        

# MemoryGame

## Tech stack:

* C++
* SFML

## Game Rules:

User must find all pairs of colors.
You can click on two squares per turn and if you found pair,
color will stay discovered otherwise you must find again.

Good luck and have fun :)

![](./screenshot.png)


# How to setup project

## Requirements

* SFML library installed

## My workflow

When i wrote this app, i used g++ on linux to compile project but you can use any other C++ compiler you want.

## Linux

I created short script to speed up compile process, you can run it and build project by enter this command in terminal:

```
./build.sh
```

## Windows

On windows you can compile project by following these documentation: https://www.sfml-dev.org/tutorials/2.5/#getting-started