Klausur-Vorbereitungsaufgabe OOP
Go to file
2024-06-09 14:52:57 +02:00
.vscode initial commit 2024-05-12 14:25:54 +02:00
bin/cards refactored the GameStates 2024-06-09 14:52:57 +02:00
src/cards refactored the GameStates 2024-06-09 14:52:57 +02:00
test/cards initial commit 2024-05-12 14:25:54 +02:00
README.md updated README 2024-05-12 15:18:37 +02:00

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.