CoderZ External IDE Tool
Project description
CoderZ pip3 plugin
This is plugin to control robot inside gocoderz game.
Requirement
Before following the guide, please make sure you have python3 installed.
[Optional] Virtual enviroment setup
Some project dependencies are required in order to run the code, it is easiest to set everything up using the python venv package. If you are familiar with python and wish to set up the dependencies some other way, please skip this part.
Go to the project's main directory and create a virtual environment by typing: python3 -m venv ENV
Activate the virtual environment by running: source ENV/bin/activate
Install the project's dependencies by typing: pip3 install -r requirements.txt
You are now ready to run the code.
*When done working, deactivate the virtual environment by simply typing deactivate
Create build of plugin and install it
Simple run this script
./build.sh
Running the code
Go to https://multi.gocoderz.com, login and go to UnityTest -> Games -> Multi Game. Once loading is finished, the second icon from the right on the top left panel is a screen with wifi signal, click on it and copy the authentication token.
run index.py at the python repository, paste the token when requested and choose the example code you wish to run. Go back to the CoderZ website and click on the "Play" icon (run simulation).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.