2020-11-08 21:04:57 +01:00
2020-11-08 15:37:01 +01:00
2020-11-08 15:37:01 +01:00
2020-11-08 21:04:57 +01:00
2020-11-08 21:04:57 +01:00
2020-11-08 21:04:57 +01:00
2020-11-08 15:37:01 +01:00
2020-11-08 13:25:17 +01:00
2020-11-08 15:37:01 +01:00

AoE Bot

Preparation

  • Install python > 3.8
  • Install these libraries from an administrator terminal (windows):
    • pip install pywin32
    • pip install keyboard
    • pip install pyautogui
    • pip install opencv-python

Start

run aoe_bot.py before starting the game. It will wait for the startscreen and do some standard actions when the game has started:

  • order 4 villagers
  • assign hotkeys: 1: scout, 2-4: villagers
  • build first house with villagers 1+2
  • build second house with villager 3
  • jump to scout

After this it will collect screenshots during the game to train data

Description
No description provided
Readme 956 KiB
Languages
Python 100%