amrtgaber / aoe2techtree

Age of Empires II Tech Tree

Home Page:https://aoe2techtree.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data conversion Fork

This project is a fork of the aoe2techtree project for generating the seed data for the aoe2 data api.

It also generates the correct filenames for the images used in aoe2 random civ draft.

The conversion scripts can be found in the data-conversion folder.

Images

The data conversion scripts currently do not create the images for the unique techs. Careful to avoid overwriting these images when copying the data over.

Installation

npm install

Running

npm start

aoe2techtree

The Age of Empires II Tech Tree in your web browser.

Hosted on aoe2techtree.net

Age of Empires II © Microsoft Corporation. aoe2techtree was created under Microsoft's "Game Content Usage Rules" using assets from Age of Empires II, and it is not endorsed by or affiliated with Microsoft.

Development

To run the website locally, either open index.html in Firefox or execute one of the following commands in this directory and open localhost:8000 in any browser:

  • php -S localhost:8000
  • python3 -m http.server
  • python2 -m SimpleHTTPServer

Used libraries

Authors

HSZemi - Original Author

ides315 - Plugged in the Return of Rome tech tree

About

Age of Empires II Tech Tree

https://aoe2techtree.net/

License:MIT License


Languages

Language:TypeScript 66.1%Language:JavaScript 22.3%Language:Python 5.4%Language:CSS 3.6%Language:HTML 2.6%