BrainDots

From Esolang
Jump to navigation Jump to search

BrainDots is a programming language by EnilKoder and is a combination of BrainF and AsciiDots. There is an array of bytes; the size depends on specific implementations. Each dot is a pointer in the array; they all start at 0.

. Create a dot
| Move vertically
- Move horizontally
/ Top-left and bottom-right mirror
\ Top-right and bottom-left mirror
+ Path intersection
> Go right from above or below
< Go left from above or below
^ Go up from left or right
v Go down from left or right
* Split the dot with the same address and send them to the other paths

(Work in Progress)