gunyakov / three-hex-map

Civ like WebGL hex map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

three-hex-map

A civ like 3D hexagonal terrain map based on three.js. See the demo.

Screenshot

Project was inspired by threejs-hex-map.

Overview

  • project just started for learning threejs, result is on screen.

Installation

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.

Links

Path finder by weixiaofan1

Footnotes

  1. 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.

About

Civ like WebGL hex map

License:Mozilla Public License 2.0


Languages

Language:TypeScript 100.0%