kva/README.md
2024-05-12 15:18:37 +02:00

18 lines
632 B
Markdown

# MAU-MAU
This Java project implements the classic card game Mau-Mau. Mau-Mau is a popular shedding-type card game for 2 or more players, played with a standard deck of cards.
## Folder Structure
The workspace contains three folders by default, where:
- `src`: the folder to maintain sources
- `lib`: the folder to maintain dependencies
- `test`: the folder to maintain tests
Meanwhile, the compiled output files will be generated in the `bin` folder by default.
## Contributing
Contributions to this project are welcome! If you'd like to contribute, please fork the repository, make your changes, and submit a pull request.