This is an interactive table of the counters for units within the game.
Name | Description |
---|---|
BeastyqtSC2 | ULTIMATE AGE OF EMPIRES 4 UNITS GUID video, which provided the data. |
aoe4world | Data github repository for compiling the .json files and providing the images. |
Jimp | Image manipulation library used to generate the images. |
EJS | Template engine used to generate the HTML. |
Basing on BeastyqtSC2's chart, it samples the .png file and generates a grid with the data. Using this data, it fetches information from the aoe4world's data repository and generates a .json file with the data. Finally, it uses EJS to generate the HTML file.