Skip to content

Releases: SeanECogan/seeya

Seeya v1.2.0

16 Mar 22:04
Compare
Choose a tag to compare

Enhancements

  • Add Flags to Scenes. A Scene can have multiple Flags, but a Flag can only belong to one Scene. A Flag is not set until its parent Scene is visited in the Runner.
  • Add Required Flags to Links. A Link can have multiple Required Flags, from many Scenes. A Flag can be a Required Flag on many Links. If a Link has any Required Flags, it is not visible in the Runner until all of those Flags have been set.

Seeya v1.1.0

10 Feb 15:16
63b2452
Compare
Choose a tag to compare

Enhancements

  • Add support for Unicode text in all text fields.
  • Add ability to specify the URL to an image that will be displayed in a Scene.
  • Add support for newlines and other whitespace formatting in Scene description field.
  • Add ability to set the start Scene for a Game.
  • Add ability to add new Links to a new Scene, rather than only being able to add Links when editing an existing Scene.

Seeya v1.0.0

03 Feb 16:04
Compare
Choose a tag to compare

This is the first release of Seeya! It is a fully-featured Choose Your Own Adventure framework.

Seeya is made up of a Generator and a Runner. Using the Generator, you can create Games made up of Scenes that Link to each other.

Once your game is finished, you can export it from the Generator, and import it into the Runner to play your game! You'll be able to navigate the game, Scene by Scene, making choices until you reach an ending of the Game.

Have fun!