Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.07 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.07 KB

Age of Empires IV counter chart

This is an interactive table of the counters for units within the game.



Live demo here

Project

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.

How it works

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.