https://github.com/haliphax/hexcrawl
https://github.com/haliphax/hexcrawl
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/haliphax/hexcrawl
- Owner: haliphax
- Created: 2023-09-26T13:59:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-26T02:47:33.000Z (12 months ago)
- Last Synced: 2025-06-26T03:27:58.434Z (12 months ago)
- Language: TypeScript
- Homepage: https://haliphax.github.io/hexcrawl/
- Size: 436 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# hexcrawl
Hex crawl game built with Phaser

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