Skip to content

Releases: phase/refract

Refract v0.2.1 (alpha)

05 Jul 11:36
Compare
Choose a tag to compare
Pre-release

This release escapes all the unicode characters. Just a quick bug fix for people cloning the repo.

Refract v0.2.0 (alpha)

05 Jul 11:18
Compare
Choose a tag to compare
Pre-release

Lots of things added in this release! All of the things are in the wiki!

Changed:

  • m: switched around to work with ?

New:

  • {}: Code blocks
  • : Push the square root of the top of the stack
  • π: Push PI
  • Σ: Push the sum of everything on the stack
  • Π: Push the product of everything on the stack
  • Ø: Set a portal
  • O: Go to a portal
  • E: Push 1 if the top of the stack is even

Refract v0.1.0 (alpha)

03 Jul 19:42
Compare
Choose a tag to compare
Pre-release

Right now Refract is very similar to ><>, but there are some differences:

  • j: gets number input from stdin
  • m: pushes 1 to the stack if it's empty, 0 if not
  • x: random moment can now go diagonally
  • y: moves stream diagonally depending on where it hits the letter
  • z: the same as y