joeization / pyGaen

pyGaen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyGaen

to use

dia.txt

  dialog (name)
  (talker's name)
  <bgm>
  <branch point>if san greater than or equal to point(dialog name | -1 = None, -2 = Exit)(dialog name)
  (choice name | -1 = None)
  (position)
  (img)
  (background)
  <content>
  ...
  end

cho.txt

  choice (name)
  <content>
  (dialog name)
  (weight)
  ...
  end

img.txt

  img_name path

sfx.txt

  sfx_name path

Ga is for highlight .ga files

experimental

Example

highlight

highlight

run

run

To-Do list

simplify code

add new features

  • show content word by word
  • image animation
  • button effects
  • main menu
  • save/load slots

About

pyGaen

License:MIT License


Languages

Language:Python 97.4%Language:C++ 2.6%