Home > python-ai-challenge

python-ai-challenge

Python-ai-challenge is a project mainly written in Python, it's free.

Game engine and visualizer written in python with ability to run "MyBot" throw API (not throw standart IO) to make possible debugging my bot.

This is more personal development project, than open source. But it is open and if you want, do with it everything you want.

To start you must make "logs" dir and start pygame_engine.py with params like this: ALL . 1000 1000 "python old/MyBot.py" To test bot written in my_bots.py (MyBot6 currently) on all maps with my old raw bot in old/MyBot.py

Also you need to have pygame installed.

Previous:util