Players: 2+
This is a game (based on this board game) where you control a robot trying to navigate through a maze to get to flags.
1 phone/tablet/laptop per player ("client devices")
1 tablet/laptop/desktop (the "server device")
Create a file called servers.cfg
with each line following this format:
<server ip> <server name>
Server IP is the IP of the server device.
Server Name is what you want to call this server device.
Install Flutter on a computer.
In the roborally_client
folder,
use flutter run
to install the client on all the client devices.
In the roborally_server
directory, run flutter run
to run the server on the server device.
Pick a board, and then drag as many flags as you want onto the board and then press "Done". You don't need to do anything else on the server device, but it should still be visible to everyone playing.
Launch the roborally_client
app. Select the server device from the list of devices in the app. Pick a name and a color, and then press "Join Server".
This document explains how to play the game. It may be helpful to have printed out.