Instructions:
Download and Install:
#1 Dart-sdk https://dart.dev/get-dart
#2 Visual Studio Code https://code.visualstudio.com/
- Install Dart plugin for VSC https://marketplace.visualstudio.com/items?itemName=Dart-Code.dart-code
#3 Open project with VSC and open bin/main.dart and press F5 to start debugging.
If you would like to interact with the console to input commands such as
?go [<name>] - Go to different arena
?target [<name>] - Sets your target/tick on a player
?players - Shows a list of players in the arena
Or just chatting
You will need to run it in a terminal by typing 'dart bin/main.dart'