Incoming Age of Empires clone written from scratch in pure* javascript (es6/es7)
* - to be precise, first prototype was built with konva.js library although it was replaced by a faster, handcrafted solution, better suited for this project. See merge of konva-removal branch for more info.
Link bellow contains side-by-side comparison (a.k.a. "mine is better than yours") with original Age of Empires. Mine on the left, original on the right - do not confuse it :) Please note that the video presents incomplete game with some features still missing or substituted by temporary solutions.
11th of April 2018 https://drive.google.com/open?id=15zC12Bub5TUwCCOM4rIxyZE8SNgExk50
- Clone this repository
npm install
npm run watch
- Run the following command after first clone and every time images got modified:
python scripts\bundle_images.py img dist/gfx.bin dist/gfx.json
- Run temporary server:
node scripts\server.js
- Open the following url in your browser (currently Google Chrome is the only officially supported browser):
http://localhost:8000/index.html
- Have DevTools opened to see console errors if something goes wrong.
AGPL-3.0
Modified version of this code must include link to this repository in an easily visible place.