Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/breqdev/dungeon
A set of experiences to traverse the 88x31 graph, inspired by grid-based dungeon crawl games.
https://github.com/breqdev/dungeon
88x31 dungeon-crawler vite
Last synced: 30 days ago
JSON representation
A set of experiences to traverse the 88x31 graph, inspired by grid-based dungeon crawl games.
- Host: GitHub
- URL: https://github.com/breqdev/dungeon
- Owner: breqdev
- License: other
- Created: 2024-09-07T01:57:19.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T20:34:30.000Z (2 months ago)
- Last Synced: 2024-10-09T15:58:26.409Z (about 1 month ago)
- Topics: 88x31, dungeon-crawler, vite
- Language: TypeScript
- Homepage: https://dungeon.breq.dev/
- Size: 4.27 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 88x31 Dungeon
This project is hosted at [dungeon.breq.dev](https://dungeon.breq.dev/).
- `npm install`
- `npx tsx graphToRooms.ts` to regenerate the `rooms.json` file
- `npm run dev` to serve the frontend