Metadata-Version: 2.1
Name: coderz
Version: 0.1.9
Summary: CoderZ External IDE Tool
Home-page: https://github.com/go-coderz/coderz-python
Author: CoderZ
Author-email: app@gocoderz.com
License: UNKNOWN
Description: # CoderZ pip3 plugin
        
        This is plugin to control robot inside gocoderz game.
        
        ## Requirement
        
        Before following the guide, please make sure you have [python3](https://www.python.org/downloads/) 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
        
        ```bash
        ./build.sh
        ```
        ## Running the code
        
        Go to [https://multi.gocoderz.com](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).
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >3.0
Description-Content-Type: text/markdown
