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

https://github.com/haliphax/hexcrawl


https://github.com/haliphax/hexcrawl

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# hexcrawl

Hex crawl game built with Phaser

![image](https://github.com/user-attachments/assets/9ca62bbc-b0e0-4e19-afa3-ed5cb029046e)

## Install dependencies

```shell
npm ci
```

## Build and run

```shell
npm run build # build source
npm run start # start server
```

Using the provided server is optional; you may serve the contents of the `dist/`
directory however you wish.

## Develop

```shell
npm run dev
```

The [vite development server][] provides source maps and a changed-file watchdog
with hot module reload.

[vite development server]: https://vite.dev/config/server-options