aaronryank / Cubically

An esoteric programming language based on Rubik's Cubes
https://github.com/Cubically
GNU General Public License v3.0
28 stars 6 forks source link

Interactive mode and Get-arg-from-stdin #10

Closed rexroni closed 7 years ago

rexroni commented 7 years ago

Interactive mode prints the state of the cube before every request of information on stdin.

Get-arg-from-stdin is a new character '#' that stands as an argument and takes the value of what is passed on stdin (character 0-9, although I didn't do any error checking on it).

aaronryank commented 6 years ago

Added this on my own via 𝕀 today.