Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++
- Host: GitHub
- URL: https://github.com/mikolajszymczuk1/memorygame
- Owner: mikolajszymczuk1
- Created: 2022-06-16T21:51:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-18T23:43:10.000Z (over 2 years ago)
- Last Synced: 2024-04-28T06:27:43.305Z (8 months ago)
- Topics: cplusplus, game, linux, memory, sfml, sfml-game, sfml-graphics-library
- Language: C++
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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