FreeCol: FreeCol is a turn-based strategy game based on the old game Colonization, and similar to Civilization. The objective of the game is to create an independent nation.
-
Updated
Jun 18, 2022 - Java
Add a description, image, and links to the java-game topic page so that developers can more easily learn about it.
To associate your repository with the java-game topic, visit your repo's landing page and select "manage topics."
Currently there is no way for the player to get a list of commands from chat, the implementation of
/helpwould fix this. For the command, the server would justsendServerMessage(...)a list of our commands to the player.