Description
This project is a C implementation of the popular card game 6-Nimmt, also known as "Take 6!" or "6 Take."
Features
- Single-player mode: Play against a computer-controlled opponent.
- Game logic: Implements the core mechanics of 6-Nimmt, including card drawing, set creation, scoring, and game flow.
Getting Started
-
Clone the repository:
git clone https://github.com/nertonm/6-nimmt-in-C.git
-
Navigate to the src project directory:
cd 6-nimmt-in-C/src
-
Build the project:
gcc -I ./ -o main *.c
Running the Game
-
Execute the program:
./main
Dependencies
- A C compiler (e.g., GCC, Clang)
Contributing
This project was developed collaboratively with Luana, who contributed to:
- Game Logic Implementation: Luana assisted in implementing the rules of 6-Nimmt, including card drawing logic, set creation, scoring, and game flow.
- Testing and Debugging: Luana collaborated in testing and debugging the code, identifying and fixing bugs.
- Documentation: Luana contributed to creating project documentation, including the README and other explanatory files.
We welcome contributions to this project! Feel free to fork the repository, make changes, and submit pull requests.
License
This project is licensed under the MIT License: https://opensource.org/licenses/MIT.