Crypten
Jump to navigation
Jump to search
Crypten is a matrix-based esolang made by User:Ϫ inspired by the X bits X bytes trend and designed to be a code golfer's best nightmare.
Syntax
Crypten uses an infinite grid with the top-left corner defined.
Commands
Crypten has 16 commands, each for a different hex value.
Code | Function |
---|---|
0 | No-op. |
1 | Increments the current cell in the matrix. |
2 | Decrements the current cell in the matrix. |
3 | Move left in the matrix. |
4 | Move up in the matrix. |
5 | Move right in the matrix. |
6 | Move down in the matrix. |
7 | Reset the position to the top-left corner of the matrix. |
8 | If the current cell in the matrix is 0, skip this segment of code until the next 9. |
9 | End for 8. |
Example | Example |
Example | Example |
Example | Example |
Example | Example |
Example | Example |
Example | Example |
WIP