Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++.
- Host: GitHub
- URL: https://github.com/panquesito7/terminal-memory_game
- Owner: Panquesito7
- License: mit
- Created: 2022-09-08T02:26:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T01:49:34.000Z (11 months ago)
- Last Synced: 2024-10-05T15:59:30.985Z (about 1 month ago)
- Topics: c, cpp, cpp14, doxygen, game, gcc, gcc-compiler, memory-game, terminal
- Language: C++
- Homepage:
- Size: 27.3 KB
- Stars: 2
- Watchers: 2
- 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.
[![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.