Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/panquesito7/terminal-memory_game

A simple memory game built in C++.
https://github.com/panquesito7/terminal-memory_game

c cpp cpp14 doxygen game gcc gcc-compiler memory-game terminal

Last synced: 29 days ago
JSON representation

A simple memory game built in C++.

Awesome Lists containing this project

README

        

# Memory Game (terminal)

A simple memory game built in C++ with 3 multiple sizes.\
The game is played in the terminal and letters are used ([GUI version](https://github.com/Panquesito7/memory-game)).

## 💻 Building the program

### Gitpod

By running on Gitpod, you can easily build the program and play it in one single click.

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Panquesito7/terminal-memory_game)

### Building locally

If you don't have CMake/G++ installed, you can check this [ultimate guide](https://github.com/devstrons/heloworld/blob/main/lang/cpp.md) to building a C++ development environment.

## 🚀 Contributing

Found anything that can be improved or a bug? Feel free to create [an issue](https://github.com/Panquesito7/terminal-memory_game/issues/new/choose) to get started!\
Every contribution (small or big) is greatly appreciated. Thank you for your interest. ❤️

## 📝 License

Refer to [`LICENSE.md`](LICENSE.md) for full information.