What is more interesting than playing video games? - Programming bots to play video games!
-
How to install/register the
botengine
command: ./guide/failed-run-did-not-find-botengine-program.md -
Video on how to start a bot or botengine app: https://youtu.be/Q44uTEKw_aA
-
How to report an issue with an app or request a new feature: https://to.botengine.org/guide/how-to-report-an-issue-with-an-app-or-request-a-new-feature
-
Observing and inspecting (aka 'debugging') an app: https://to.botengine.org/guide/observing-and-inspecting-an-app
-
Testing an app using simulations: https://to.botengine.org/guide/testing-an-app-using-simulations
-
Running bots on multiple game clients: https://to.botengine.org/guide/running-bots-on-multiple-game-clients
-
Developing for EVE Online: ./guide/eve-online/developing-for-eve-online.md
-
Syntax of the Elm programming language: https://elm-lang.org/docs/syntax
-
Elm programming language - forward pipe (
|>
) and function composition (>>
) operators: https://to.botengine.org/guide/elm-programming-language-forward-pipe-and-function-composition-operators -
Get a guide for writing Elm code that reads from the EVE Online game client's user interface: Using types from the parsed user interface: https://to.botengine.org/guide/parsed-user-interface-of-the-eve-online-game-client
-
Inspect the UI tree of an EVE Online game client process (live or from archived samples): Alternate UI for EVE Online
-
[Walkthrough, Programming]: Making an EVE Online bot see anomalies and other pilots: https://youtu.be/pL1zLGYn8jQ
-
[Walkthrough, Programming]: Programming an EVE Online mining bot to defend against rats: https://youtu.be/dgV9Ce7f03I
-
[Walkthrough, Programming]: Adding a counter to an EVE Online bot: https://youtu.be/HLerePMeD3w
-
[Walkthrough, Programming]: How to add a setting to a botengine app: https://youtu.be/A-tbRE9S2ss
-
How to collect samples for 64-bit memory reading development: ./guide/how-to-collect-samples-for-64-bit-memory-reading-development.md
-
EVE Online warp-to-0 autopilot
-
EVE Online mining bot
- User guide: ./guide/eve-online/eve-online-mining-bot.md
- Program code: ./implement/applications/eve-online/eve-online-mining-bot
-
EVE Online combat anomaly bot
-
Tribal Wars 2 farmbot
More links to program codes are listed at https://catalog.botengine.org
In the 'explore' subdirectory, I report on explorations in the world of botting in video games. These are raw chronological reports of experiments and discoveries. Some of the approaches and solutions discovered here become seeds for bots and guides.