2025-11-29
web: http://bq.f5.si/?Page=novelcompiler
how to use: http://bq.f5.si/?Page=how2gkrs
bbs: http://bq.f5.si/bbs/board/?Board=7
play game: webbrowser or windows
gakuracompiler_gui.exe(editor and compiler): nothing
gakuracompiler.py(compiler only): python3
gakuracompiler_gui.py(editor and compiler): python3 and tkinter
gakuracompiler_gui.py(or exe): choose option in menu "Build"
gakuracompiler.py:
linux:
python3 gakuracompiler.py
windows:
python gakuracompiler.py
arguments: filepath(=script.gkrs) -y(debug mode) -n(publish mode) -WEB(open html file in web after compile)
Please make a zip file yourself.
Must be includes: export/index.html and export/static
http://bq.f5.si/?Page=novelcompiler
All of text files are must be "LF" and "UTF-8".
- 定義や宣言は可能な限り最初に行う
- 伏線は必ず回収する
- 偶然か第六感でしかクリア出来ないような仕様を避ける
- 宣言した登場人物や変数は必ず使われなければならない
- 記述するファイルパスや変数の名前は1バイト文字でなければならない
- ラベルやマクロなどコンパイル後に消失する情報はこの限りではない
- コンパイラの魔法は完璧でなない
- 分割プリロードが必要なほどの量の画像を使ってはならない
- 実行時にインラインscriptやevalをやってはいけない
MIT license.
welcome.