Start a GUI for the server
Window title
Server host
Server port
Game list UI reference
List of games currently being played
Log box UI reference
Online users box UI reference
Main screen UI reference
Add a new game UI
Token of player 1
Token of player 2
Game Box ID
Log a message to the log box
Message
Avoid rendering, useful if multiple messages will be logged
Render the UI
Render the given list of player tokens
Player list
Change a game UI to finished mode
Game Box ID
Winner token
Game state
Update the game progress between two players
Game Box ID
Progress from 0 o 100
Generated using TypeDoc
Terminal GUI manager using ncurses All GUI references and interactions are handled through this so the server is independent from it.