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: about 2 months ago
JSON representation
A simple memory game built in C++.
- Host: GitHub
- URL: https://github.com/panquesito7/terminal-memory_game
- Owner: Panquesito7
- License: mit
- Created: 2022-09-08T02:26:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T01:49:34.000Z (over 2 years ago)
- Last Synced: 2025-03-27T23:44:22.744Z (about 1 year ago)
- Topics: c, cpp, cpp14, doxygen, game, gcc, gcc-compiler, memory-game, terminal
- Language: C++
- Homepage:
- Size: 27.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.
[](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.