Thingy How do I cheat?
Reputation: 0
Joined: 15 Aug 2014 Posts: 1
|
Posted: Fri Aug 15, 2014 9:50 am Post subject: [C#][Help] I want to learn more than pixelsearch |
|
|
I made a few pixelsearch bots in AutoIt and enjoyed it I looked into learning c# and have watched a 200 video tutorial series and followed along. I'm still not sure where I should begin if I want to write a program for this scenario:
Full downloadable flash game-
Lets say there's a 9x9 map grid (mine shaft) and for every time you want to change maps you have to walk on a certain square. In this mine shaft are ore nodes that I want to harvest.
Can I make something that will run through the mine map-by-map and check if nodes are available and then will proceed to harvest until the map's depleted and move onto the next map.
Also to make it a little more advanced every time you harvest a node there's a slight chance that you will enter a fight with a monster (Turn based tile strategy game).
I'm not asking for someone to do write this for me. I'm just asking to be pointed in the right direction. What should I use in conjuction with C#? or is there's some similar project I could reverse engineer to understand?
|
|