Updated the readme

master v1.1.0
Wynd 2025-01-31 22:56:28 +02:00
parent 0e471b1c99
commit 1bfad9a4f6
1 changed files with 9 additions and 4 deletions

View File

@ -1,9 +1,14 @@
# KHGuide
A small static page generator for command melding in Kingdom Hearts: Birth By Sleep. It generates a static html (index.html) file that lists all commands and how they're melded and using some vanilla javascript it allows for filtering and searching of these commands.
A small static page generator for guides on a bunch of Kingdom Hearts features.
Such as:
- command melding for Birth By Sleep
- spirit boards for Dream Drop Distance
- food simulator for Kingdom Hearts 3
## How to use
- Probably the easiest way is to download the `index.html` file and open it with any browser.
- Alternatively hosting a web server and serving the `index.html` file also works.
- The third option requires an internet connection, using the hosted version [here](https://git.pixelatedw.xyz/pages/wynd/khguide/)
- Probably the easiest way is to download the release package, extract it and open the `index.html` file with any browser. This can be used without internet connection as well.
- There's also a hosted version offered for ease of use [here](https://git.pixelatedw.xyz/pages/wynd/khguide/).