Mr Moody How do I cheat?
Reputation: 0
Joined: 02 Feb 2014 Posts: 1 Location: Norway
|
Posted: Sun Feb 02, 2014 3:49 pm Post subject: [Python] Web game bot engine framework |
|
|
Hello,
I am developing a bot engine framework for games. It is a state based bot engine programmed in Python. It works excellent for web based games. The bot engine works quite nice, but I need some help simplify it a little bit and making it a little more dynamically.
It already loads states (scripts) dynamically based on however the state shall run (currently only timed intervals). And i would like it to manage things a little differently. Making bots with the template is already very fast and flexible (managed to make a bot for a game in only a couple of hours just implementing the game's functions and logic).
The thing is, my time is a quite limited. (working 7-10 hours a day :X) So i need some help working on this. It would also be quite fun making some awesome bots for some popular games out there with someone
So my question is, are there any Python programmers that want to participate with this project? I might create a Git rep for it, but not in its currently uncommented state
|
|