632 B
632 B
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 sourceslib
: the folder to maintain dependenciestest
: 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.