https://github.com/snokke/hexcastle
HexCastle
https://github.com/snokke/hexcastle
hexagonal pixijs procedural-generation threejs wfc
Last synced: 8 months ago
JSON representation
HexCastle
- Host: GitHub
- URL: https://github.com/snokke/hexcastle
- Owner: Snokke
- License: mit
- Created: 2025-06-03T19:51:53.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-07-14T21:55:46.000Z (9 months ago)
- Last Synced: 2025-07-15T02:27:09.024Z (9 months ago)
- Topics: hexagonal, pixijs, procedural-generation, threejs, wfc
- Language: TypeScript
- Homepage: https://hexcastle.andriibabintsev.com
- Size: 1.02 MB
- Stars: 14
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HexCastle
## Setup
Download [Node.js](https://nodejs.org/en/download). Run this followed commands:
```
# Install dependencies
npm install
# Run the local server at localhost:5173
npm start
# Build for production in the dist/ directory
npm run build
```