Setting all up

Overall workflow of the framework 1. Dota 2 is running. 2. Every game tick, a Lua addon reads the current game state and writes it in a JSON file. 3. A web API processes the game state and sends it to the Python 5v5 framework. 4. Here, your python bot receives the game state info, … Continue reading Setting all up