TablutCompetition icon indicating copy to clipboard operation
TablutCompetition copied to clipboard

Software for the Tablut Students Competition

Results 4 TablutCompetition issues
Sort by recently updated
recently updated
newest added

# Riassunto Ho creato un client con grafica in JavaFX, basato su MVC. Di seguito una piccola demo: Potrebbe essere utile per capire meglio il funzionamento e le regole del...

In ReplayServer.java, in the `getStateFromLines()`, the switch block uses an unusual syntax (`->` instead of `:`, and lacks `break` commands), which is not compatible with Java 11

- the README proposes Java 8, but the `String.strip()` method is used in ReplayServer.java, which is only compatible with Java 11+ - in the "Replay function" section of the README,...

Problema che non c'entra con le regole del gioco: Lanciando da terminale un random contro uno human, abbassando la finestra della gui e continuando a giocare da terminale lo stato...

bug