Skip to content

Releases: BwendyGames/PyCube

v 0.2.5

31 May 21:34

Choose a tag to compare

Syntax Changes:

Temporary variables, marked with _var as opposed to $var and displayed as [var] as opposed to {var}.

New Features:

Built in "choice" macro, which, when clicked, replaces the clickable text and other options in the choice with the indented content.
Built in "replace" macro, which, when clicked replaces the clickable text with the indented content.
Built in "rand" macro, which takes two arguments, the min and max, and chooses a random value in that range.

See https://docs.pycube.org/ for more info.

Issues Fixed:

Passage links not being recognized

v 0.2.3

30 May 18:57

Choose a tag to compare

v 0.2.3
Syntax Updates:

Now better supports arrays and dictionaries.

New Features:

A new special passage, "Sidebar", which displays it's contents in the middle of the sidebar.
A new special passage, "Author", which displays at the top of the sidebar.
Built in styling for buttons.

Issues Fixed:
Variables and comparisons issues due to init overriding them

v 0.2.0

30 May 04:09

Choose a tag to compare

Syntax Changes:

Compound assignments ($gold += 1, $health -= 3)
Lines starting with "#" are ignored.
Comparisons (==, !=, <=, >=, etc.)

New Features:

Error handling/display
History/Back.
Simple save/load system, export/import.
Restart/Reset.