An open API service indexing awesome lists of open source software.

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

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
```