Skip to content

Interactive chart for counter units from the game Age of Empires IV

License

Notifications You must be signed in to change notification settings

LeandroSQ/aoe4-counter-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.