mnakamura1337 / mikan_engine

Mikan Engine: a HTML5+JS visual novel engine using `.story` format
GNU Affero General Public License v3.0
14 stars 3 forks source link

Mikan Visual Novel Engine

Mikan is a simple engine to read visual novels in .story format. .story format is a simple JSON-based format designed with an idea to make a high-level engine-neutral storage format for visual novels.

As of now, there are no novels natively published in .story format, but there are several converters available to convert existing commerical visual novels running popular engines into .story format. Using such converters one can potentially run any visual novel using Mikan engine.

Pros of using Mikan engine to read visual novels:

Of course, there are also several cons of using Mikan engine:

Supported engines and available converters

TODO

Compatibility list (novels known to run)

TODO

Quick start

TODO

Similar projects

There are a few projects that share similar ideas. What's different about Mikan and .story?