Carcassonne icon indicating copy to clipboard operation
Carcassonne copied to clipboard

A digital version of the board game Carcassonne, implemented in Java. This desktop computer game supports up to five players at the same time (shared-screen multiplayer mode).

Results 5 Carcassonne issues
Sort by recently updated
recently updated
newest added

I should adapt the improve the AI behavior to avoid enclaves of free spots if multiple equally well-scoring moves are available. This makes the grids built by the AI more...

enhancement

#9 For now, I have decided to forego internationalizing error messages and thrown strings, which are rarely encountered by typical application users. I thought the error message should be made...

enhancement

Hi. I've internationalized your Java version of Carcassonne and added a Japanese locale in addition to the English one, but I wonder if it's needed? It's not fully internationalized yet,...

enhancement

you know ,for now in the game grid, if you turn, you will get one or much Tiles , and this grid's candidate area will be highlight. ![image](https://github.com/tsaglam/Carcassonne/assets/100747379/dc9204c1-6af1-46e0-b5c8-54f89c931eb8) but for...

Does there exist a test suite for this project?

question