Carcassonne testebed
- Clone the project
- Go to project folder
- Install all packages in
requirements.txt
:
pip install -r requirements.txt
Run the following bash script from the command line to activate the Carcassonne game UI:
bash ./PLAY_GAME_UI.sh
Then a menu will pop up. Click on the arrows to choose Player 1 and Player 2. Click Play
to start the game. The game UI (seen above), powered by pygame
will pop-up next.