Project Description:
I want you to create a bot for world of tanks in c#. It should be able to run in a minimized window sending both keypresses and mouse clicks to the application. It should operate in the background not interfering with the person using the computer.
# Deliverable
- C# source
Fully working bot when the following is accomplished by the bot
- The bot should be able to recognize different game states, by searching for pixels in the hidden window
- It should operate in the background, not interfering with person using the computer
- It should be able to make decision based on what game state it is in IE choose tank and go into battle, shoot enemy if targeted and so on.