This is a high fidelity example that shows you how to make a tactics game (inspired by Advance Wars!).
Also it's open source so use as much of this as you want in your own game!
Features include
- Turn based combat
- Human and Computer players
- Path Finding with A* least turns
- HTML based UI
- Level generation
- Using nodejs and npm
- Run the
npm installto install dependencies - Run the
npm run startto run the development server to test out changes
- Run
npm run startto produce javascript bundles for debugging in thedist/folder - Run
npm run buildto produce javascript bundles for production (minified) in thedist/folder
