Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthijsgroen/courier-for-the-king
🪄 Adventure game. Work in progress
https://github.com/matthijsgroen/courier-for-the-king
adventure-game pwa text-adventure-game webgame
Last synced: 17 days ago
JSON representation
🪄 Adventure game. Work in progress
- Host: GitHub
- URL: https://github.com/matthijsgroen/courier-for-the-king
- Owner: matthijsgroen
- Created: 2023-04-10T19:30:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T14:39:35.000Z (9 months ago)
- Last Synced: 2024-04-14T04:37:20.842Z (9 months ago)
- Topics: adventure-game, pwa, text-adventure-game, webgame
- Language: TypeScript
- Homepage:
- Size: 1.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Courier for the king
An terminal / webbased adventure game, made with the [Point-n-click](https://github.com/matthijsgroen/point-n-click) adventure game engine.
This game will basically be the same as ["Koerier voor de koning"](https://tekstavontuur.nl) with the following changes:
- [x] Multilingual (English and Dutch)
- [x] Easier to understand source files
- [ ] Locally installable and offline playable (PWA)
- [ ] Addition of images# Starting development
```sh
yarn start
```Options:
```sh
yarn start --help
```# Viewing Puzzle Dependency Diagram
```
http://localhost:3456/diagram.html
```