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).
Release files for coderz 0.1.16
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| coderz-0.1.16.tar.gz | 8.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| coderz-0.1.16-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 23.3 kB
Release files / coderz-0.1.16.tar.gz
| Download URL | coderz-0.1.16.tar.gz |
|---|---|
| Size | 8.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
59d161bdd37fc38b0c5c9fdcedfd9b7ff84e4b01174e35bbdab16a9b181e3137
|
|
BLAKE2b-256 checksum How to use checksums |
9aaa30a84d1e49a5e2c2faf1b9969ec71b586b8a8ffc32cdbb5e04e36c9ba4f2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.5
|
Release files / coderz-0.1.16-py3-none-any.whl
| Download URL | coderz-0.1.16-py3-none-any.whl |
|---|---|
| Size | 14.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9cfa9750571ba29666520183ec0f9259fd3e38a716d1a335f8cf04912d3579f4
|
|
BLAKE2b-256 checksum How to use checksums |
7761d75f03c2df8c95200ad3bbef80451dc47f0103a3b842361f3ec3ef4ec324
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.5
|