Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amahanna/6nimmt
A German card game
https://github.com/amahanna/6nimmt
cpp oop
Last synced: 14 days ago
JSON representation
A German card game
- Host: GitHub
- URL: https://github.com/amahanna/6nimmt
- Owner: aMahanna
- Created: 2020-12-24T16:43:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-03T02:57:07.000Z (about 3 years ago)
- Last Synced: 2024-11-07T12:52:26.904Z (2 months ago)
- Topics: cpp, oop
- Language: C++
- Homepage:
- Size: 213 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 6Nimmt! Card Game
Setup
```
git clone https://github.com/aMahanna/6nimmt.git
cd 6nimmt
mkdir build && cd build
cmake ..
make
./exec
```[How to play](https://en.boardgamearena.com/gamepanel?game=sechsnimmt)
![game](imgs/game.jpg)
![terminal](imgs/terminal.png)