Eriantys is a table game by Cranio Creations. Here is an online multiplayer implementation of the game, where a match can be hosted locally by a player for other players to join.
- Players can disconnect from a game and rejoin later, if other players continue player while the former is disconnected, the CPU will play for him
- A player can host multiple games with different players, leaving and rejoining as he pleases
- If a game is left by all players they will be able to rejoin, since the game is saved locally
- Launch your OS command prompt, or launch the terminal in Linux, or launch WSL in Windows
- Change Directory to the Server Directory
- Execute command java -jar Server.jar to start the Server
- Insert the port for clients to connect to
- Launch the terminal in Linux, or launch WSL in Windows
- Change Directory to the CLI Directory
- Execute command java -jar CLI.jar to start the Client from Command Line
- Launch your OS command prompt
- Change Directory to the GUI Directory
- Execute command java -jar GUI.jar to start the Client with the Graphical Interface
- Insert the IP Address and the Port to connect to the game
- Set a new Game or join an already existing one
- Play the game
- Use the 'help' command to check how the different commands work while playing in CLI
- Note that the Faction of the Students must be written all together, or the game will ask again for you input while playing in CLI
Due to copyright reasons, the graphics of the game were gitignored, since they've been provided by Cranio Creations for exclusive use. Therefore the GUI version of the game is not playable as it is.