mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
Fixed tic tac toe naming
This commit is contained in:
@@ -32,7 +32,7 @@ public class OnlineView extends ViewWidget {
|
||||
|
||||
var localHostButton = Primitive.button("host!", () -> {
|
||||
var games = new ConcurrentHashMap<String, Class<? extends TurnBasedGame>>();
|
||||
games.put("tictactoe", BitboardTicTacToe.class);
|
||||
games.put("tic-tac-toe", BitboardTicTacToe.class);
|
||||
games.put("reversi", BitboardReversi.class);
|
||||
|
||||
var a = new MasterServer(6666, games, Duration.ofSeconds(10));
|
||||
|
||||
Reference in New Issue
Block a user