diff options
author | Devine Lu Linvega <[email protected]> | 2019-04-23 09:47:56 +0900 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2019-04-23 09:47:56 +0900 |
commit | 3b83811cfc3eca3ce6e85d1bfd61b3b8f104877f (patch) | |
tree | 2241c94521d144f2e622bb51267357511a8163fc | |
parent | 8aeba24dda6d0b03c957bc0d43f7dd0675ef16cb (diff) | |
download | Orca-3b83811cfc3eca3ce6e85d1bfd61b3b8f104877f.tar.gz Orca-3b83811cfc3eca3ce6e85d1bfd61b3b8f104877f.zip |
Added c and d examples
-rw-r--r-- | examples/c.orca | 17 | ||||
-rw-r--r-- | examples/d.orca | 17 |
2 files changed, 34 insertions, 0 deletions
diff --git a/examples/c.orca b/examples/c.orca new file mode 100644 index 0000000..c3ae8fe --- /dev/null +++ b/examples/c.orca @@ -0,0 +1,17 @@ +......................................... +.#.CLOCK.#............................... +......................................... +.#.COUNT.TO.8.#.......................... +......................................... +..C8..................................... +..5...................................... +......................................... +.#.COUNT.TO.8.SLOWLY.#................... +......................................... +.2C8..................................... +..2...................................... +......................................... +......................................... +......................................... +......................................... +.........................................
\ No newline at end of file diff --git a/examples/d.orca b/examples/d.orca new file mode 100644 index 0000000..ff33eaa --- /dev/null +++ b/examples/d.orca @@ -0,0 +1,17 @@ +......................................... +.#.DELAY.#............................... +......................................... +.#.BANG.EVERY.4.FRAMES.#................. +......................................... +..D4..................................... +......................................... +......................................... +.#.BANG.EVERY.8.FRAMES.#................. +......................................... +.2D4..................................... +......................................... +......................................... +......................................... +......................................... +......................................... +.........................................
\ No newline at end of file |