Duckwise Northward
Jump to navigation
Jump to search
Duckwise Northward is hard. User: A() made it to be hard to program in, so every command must be used once and if you run out of commands they reset and you can use them again.
Commands
| BF | Command | Explanation |
|---|---|---|
| [.-] | ( | out then dec until 0 |
| [+ | ) | inc |
| .] | ^ | print end loop |
| ]+[ | v | inc? |
| ,. | % | input then print |
| ]-[ | _ | dec? |
| ++++ | # | add 4 |
| --- | ? | dec 3 |
| >[ | k | move right start loop |
| ]< | c | end loop move left |
| ,- | ! | input dec |
| >+ | @ | move forward inc |
| +< | $ | inc move backward |
| [> | ~ | start loop move forward |
| ]> | / | end loop move forward |
| >>> | r | right 3 |
| << | l | left 2 |
| >+<- | m | right inc left dec |
| [>[-]<+] | Q | repeatedly move forward and set to 0 |
Programs
Cat
)@$k#?!^/
A+B
!#?k^%c)(_