Read the summary of Micro Invaders from here.
- python3 (3.6.1 or higher)
Download and install this repo and its Python dependencies using the installation scripts in AI Guide repo
The scripts of this repo generate the protobuf and gRPC code for the different sub projects from the .proto
file in the proto
-folder.
Run ./gen-backend.sh
to generate and place the generated code to the AI Backend Connector.
Run ./gen-robot.sh
to generate and place the generated code to the AI Robot.
Run ./gen-aisimulation-and-airemotebrain.sh
to generate and place the generated code to the AI Simulation and the AI Remote Brain.
Note. Unity uses very old grpc version 1.14.1. The script uses version 1.15.0 which seems to work even though the version difference.