kva/README.md

18 lines
632 B
Markdown
Raw Permalink Normal View History

2024-05-12 15:18:37 +02:00
# MAU-MAU
2024-05-12 14:25:54 +02:00
2024-05-12 15:18:37 +02:00
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.
2024-05-12 14:25:54 +02:00
## Folder Structure
2024-05-12 15:18:37 +02:00
The workspace contains three folders by default, where:
2024-05-12 14:25:54 +02:00
- `src`: the folder to maintain sources
- `lib`: the folder to maintain dependencies
2024-05-12 15:18:37 +02:00
- `test`: the folder to maintain tests
2024-05-12 14:25:54 +02:00
Meanwhile, the compiled output files will be generated in the `bin` folder by default.
2024-05-12 15:18:37 +02:00
## Contributing
2024-05-12 14:25:54 +02:00
2024-05-12 15:18:37 +02:00
Contributions to this project are welcome! If you'd like to contribute, please fork the repository, make your changes, and submit a pull request.