A civ like 3D hexagonal terrain map based on three.js. See the demo.
Project was inspired by threejs-hex-map.
- project just started for learning threejs, result is on screen.
git clone https://github.com/gunyakov/three-hex-map.git
cd three-hex-map
npm install
npm run start
npm run server
Open http://127.0.0.1:3000 in your browser.
Path finder by weixiaofan1
Footnotes
-
I reedit source code to be compatible with the typescript and orginize the class for simple use in the future. Modification to take care about unit restrictions and land type. ↩