Overview
This is a project for controling all of the subsystems needed to play the block game in user studies as well as for displaying the current game state.
The code for this project is in: game/control_panel
and is implemented in dart/flutter. It is soon to be deprecated adn replaced by game/control_server
and game/ui/block_game
Home Page
This page is used to connect to the server by choosing the appropriate computer name and port number so that users may play on any computer.
Control Page
This is the page where all the subsystems for the block game can be initialized and the game is started.