aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authormakio135 <[email protected]>2019-01-15 22:20:22 +0100
committermakio135 <[email protected]>2019-01-15 22:20:22 +0100
commiteac8795b66066d8b8854803ccb707586db9036b4 (patch)
tree6dc1de14100e0641b6985bf07a428d165b0453bb /examples
parent6de6b22a803cc9256f68d293b560b00d0138d04e (diff)
parent6940e6d376b91912c9492720db507f94366f6035 (diff)
downloadOrca-eac8795b66066d8b8854803ccb707586db9036b4.tar.gz
Orca-eac8795b66066d8b8854803ccb707586db9036b4.zip
fix merge
Diffstat (limited to 'examples')
-rw-r--r--examples/_benchmark.orca46
-rw-r--r--examples/benchmark.orca17
-rw-r--r--examples/boolean.orca17
-rw-r--r--examples/converter.orca37
-rw-r--r--examples/delay.orca8
-rw-r--r--examples/octave.orca8
-rw-r--r--examples/popcorn.orca17
-rw-r--r--examples/projects/controls.orca25
-rw-r--r--examples/projects/popcorn.orca25
-rw-r--r--examples/projects/wave.orca17
-rw-r--r--examples/subtraction.orca33
-rw-r--r--examples/wave.orca17
12 files changed, 92 insertions, 175 deletions
diff --git a/examples/_benchmark.orca b/examples/_benchmark.orca
deleted file mode 100644
index 38e2535..0000000
--- a/examples/_benchmark.orca
+++ /dev/null
@@ -1,46 +0,0 @@
-#.......A.......B.......C.......D.......E.......F.......G.......H.......I.......J.......K.......L.......M......#
-................................................................................................................
-........A.......B.......C.......D...............F...............H.......I.......J.......K.......Lc......M.......
-........0...............0.......................1.......................4...............................0.......
-................................................................................................................
-........A2......B1......C2.....0D...............F2.............0H.......I2.....................0Lc......M2......
-........................0.......................0...............123.....6...............................0.......
-................................................................................................................
-........A.2.....B0......Cc.....2D...............F.2............1H.......I.2....................1Lc......M.2.....
-........................0.......................0...............123.....0...............................0.......
-................................................................................................................
-........A22.....Bw.....0C......3D0..............F22............2H.......I22....................2Lc......M22.....
-........................0.......................1...............123.....2...............................0.......
-................................................................................................................
-........A23.....Bs.....1C2.....4D1..............F23.....................I23....................3L.c.....M23.....
-........................0.......................0.......................2...............................2.......
-................................................................................................................
-........A2K.....Be.....2Cc.....4D2..............F2K.....................I2K.............................M9K.....
-........................0.......................0.......................2...............................9.......
-................................................................................................................
-........AK2.....Bw.....3C4.....gD8..............FKK.....................IK2.............................MK6.....
-........................0.......................1.......................k...............................2.......
-................................................................................................................
-#.......N.......O.......P.......Q.......R.......S.......T.......U.......V.......W.......X.......Y.......Z......#
-................................................................................................................
-................O......2P1......Q.......R...............Tc......U.......V...............X.......................
-........................................0.......................................................................
-................................................................................................................
-..............0.O2....1.P1.....1Q2......R2.............3Tc.............aV5............0.X2......................
-................2.......................1.......................................................................
-................................................................................................................
-...............0O2....2.P......2Q2......R.2...........4.Tc..............Va.............0X2......................
-................2.......................0.......................................................................
-................................................................................................................
-..............20O23............3Q22.....R22...........03Tc..............Vb............20X23.....................
-................3.......................2.......................................................................
-................................................................................................................
-..............10O23............4Q23.....R24...........13Tc.............cVc............10X23.....................
-................2.......................2.......................................................................
-................................................................................................................
-..............11O..............4Q9K.....R2K...........c3Tc..............Vc............11X.......................
-................44......................3................................................4......................
-................................................................................................................
-...............................0Q.......RKK...........50T.......................................................
-........................................k.......................................................................
-................................................................................................................ \ No newline at end of file
diff --git a/examples/benchmark.orca b/examples/benchmark.orca
new file mode 100644
index 0000000..136e50d
--- /dev/null
+++ b/examples/benchmark.orca
@@ -0,0 +1,17 @@
+.........................................
+.#.BENCHMARK.#...........................
+.........................................
+....................Vb...Vb..............
+.4C4......C4........0....0...............
+..34T02S..24T02S..VaJ..VaJ...............
+..aV......bV2......C0...D0...............
+...................0....*................
+.........................................
+.Va.Vb.Va.Vb.Va.Vb.Va.Vb.Va.Vb...........
+..Y.0...Y.0...Y.0...Y.0...Y.0............
+...JJ....JJ....JJ....JJ....JJ............
+..A.0...F.0...I.0...M.0...R.0............
+..0...........0.....0.....0..............
+.........................................
+.........................................
+......................................... \ No newline at end of file
diff --git a/examples/boolean.orca b/examples/boolean.orca
new file mode 100644
index 0000000..cb9845b
--- /dev/null
+++ b/examples/boolean.orca
@@ -0,0 +1,17 @@
+.........................................
+..#.BOOLEAN.#............................
+.........................................
+..#.OR.#.............#.AND.#..#.XOR.#....
+.........................................
+..A11..................6C2.......R01.....
+..23T011..............1X1......1X1.......
+....1..................4C2......4C2......
+......................A10......A10.......
+......................13T001...13T010....
+..#.NOT.#..#.OR.#.......0......F11.......
+...............................*.........
+..4C2.........R01........................
+...02T10....A01..........................
+.....1......13T100.......................
+..............0..........................
+......................................... \ No newline at end of file
diff --git a/examples/converter.orca b/examples/converter.orca
deleted file mode 100644
index 9461a98..0000000
--- a/examples/converter.orca
+++ /dev/null
@@ -1,37 +0,0 @@
-.........................................
-.#.CONVERTER.#...........................
-.........................................
-.........................................
-.........................................
-.........................................
-.........................................
-..................#.GO.TO./.....#........
-.......c/a........#.PRESS.ENTER.#........
-........B.........#.ENTER.ROOM..#........
-.........................................
-.........................................
-.........................................
-.........................................
-.........................................
-.........................................
-.........................................
-
-c
-
-aYaYa............................
-....J............................
-...Aa5...........................
-...f7TABCDEFG....................
-..scXB...........................
-.................................
-.................................
-.................................
-.................................
-.................................
-.................................
-.................................
-.................................
-.................................
-.................................
-.................................
-................................B \ No newline at end of file
diff --git a/examples/delay.orca b/examples/delay.orca
index a04f6b1..bf70d5b 100644
--- a/examples/delay.orca
+++ b/examples/delay.orca
@@ -4,12 +4,12 @@
.........................................
.........................................
.........................................
-.......2C4.....4C4.....8C4.....gC4.......
-........1.......0.......2.......3........
+........C4.....4C4.....4C4.....4C8.......
+........1.......1.......1.......5........
.........................................
.........................................
-.......2D......4D......8D......gD........
-........*................................
+........D2......D4.....4D4.....4D8.......
+.........................................
.........................................
.........................................
.........................................
diff --git a/examples/octave.orca b/examples/octave.orca
index e120852..2566dd7 100644
--- a/examples/octave.orca
+++ b/examples/octave.orca
@@ -5,11 +5,11 @@
.........................................
.........................................
.............4Cc.........................
-.............33cTCcDdEFfGgAaB............
-..............aVd........................
+.............34cTCcDdEFfGgAaB............
+..............aVE........................
.........................................
-.............4D...Va.....................
-...............:03D......................
+..............D4..Va.....................
+...............:03E......................
.........................................
.........................................
.........................................
diff --git a/examples/popcorn.orca b/examples/popcorn.orca
new file mode 100644
index 0000000..660e601
--- /dev/null
+++ b/examples/popcorn.orca
@@ -0,0 +1,17 @@
+.........................................
+.#.POPCORN.#.............................
+.........................................
+...C8.........8C4........................
+.2H18T13579bdf.16T2345...................
+...xV1.........yV3.......................
+.........................................
+..Vx.Vy..................................
+..fYf2...................................
+....JJ...................................
+...Hf22Q.................................
+...*:04C.................................
+........#5C4a5C4G4d4G4C..#...............
+........#5C4a5C4G4d4G4C..#...............
+........#5C5D5d5D5d5C5D5C#...............
+........#5D4a5C4a5C4g5C..#...............
+......................................... \ No newline at end of file
diff --git a/examples/projects/controls.orca b/examples/projects/controls.orca
deleted file mode 100644
index c6c7fef..0000000
--- a/examples/projects/controls.orca
+++ /dev/null
@@ -1,25 +0,0 @@
-.................................................................
-.aV0.......................................Vd....................
-.bV0.............Va.......................H0H....................
-.cV0.....Va.....H0................Vd......8cc....................
-.dV0.....0......8c4...............0.......M84....................
-.eV0.....c8.....238Q.#C...F...#...c8.....208Q.#CGDF.FGG#.........
-.......Va78TC.E......#C...F.C.#.Vd38TCGDF.FGG.#DE.DE...#.........
-.fV0...0:03..........#E...F...#.0:a3F.........#G.G.G.EF#.........
-.hVC..............Vb.#C.E.....#............Ve.#CCFGEFEE#.........
-.................H0.......................H0H....................
-.........Vb......8c6..............Ve......Gca....................
-.........0.......M04..............0.......M74....................
-.........c8.....208Q.#....A...#...c8.....238Q.#ECCCACCC#.........
-.......Vb68T....A....#....C...#.Ve08TEECEB.A..#E.CCA.C.#.........
-.......0:13..........#....D...#.0:83E.........#E.CCA.F.#.........
-..................Vc.#....E...#............Vf.#EECEB.A.#.........
-.................H0.......................H0H....................
-.........Vc......8c8..............Vf......8c4....................
-.........0.......M34..............0.......M14....................
-.........c8.....238Q.#A.F.D.F.#...c8.....218Q.#.*.**.*.#.........
-.......Vc48TA.F......#A.D.F.F.#...68T.*..*....#.*..*...#.........
-.......0:33..........#A..AD.DF#........Vh.....#.*.**.**#.........
-.....................#A.F.....#.....:42C......#.*.*....#.........
-.................................................................
-................................................................. \ No newline at end of file
diff --git a/examples/projects/popcorn.orca b/examples/projects/popcorn.orca
deleted file mode 100644
index 4c3d79c..0000000
--- a/examples/projects/popcorn.orca
+++ /dev/null
@@ -1,25 +0,0 @@
-.................................................................
-.#.POPCORN.#.....................................................
-.................................................................
-.................................................................
-.................................................................
-...C8.........8C4................................................
-.2H18T13579bdf.16T2345...........................................
-...xV1.........yV3...............................................
-.................................................................
-.................................................................
-..Vx.Vy..........................................................
-..fYf2...........................................................
-....JJ...........................................................
-...Hf22Q.........................................................
-...*:04C.........................................................
-........#5C4a5C4G4d4G4C..#.......................................
-........#5C4a5C4G4d4G4C..#.......................................
-........#5C5D5d5D5d5C5D5C#.......................................
-........#5D4a5C4a5C4g5C..#.......................................
-.................................................................
-.................................................................
-.................................................................
-.................................................................
-.................................................................
-................................................................. \ No newline at end of file
diff --git a/examples/projects/wave.orca b/examples/projects/wave.orca
deleted file mode 100644
index b7e6473..0000000
--- a/examples/projects/wave.orca
+++ /dev/null
@@ -1,17 +0,0 @@
-.................................................
-.8C8...........Va................................
-..6..C6........9X................................
-..J..46T123432...................................
-..6Y6Y64........................:04F.............
-......JJ........................:04E.............
-.....A64........................:04D.............
-...aVa..........................:04C.............
-.............................E..:03B.............
-............................E.E.:03A.............
-...............................E:03G.............
-...............................*:03F.............
-................................:03E.............
-................................:03D.............
-................................:03C.............
-.................................................
-................................................. \ No newline at end of file
diff --git a/examples/subtraction.orca b/examples/subtraction.orca
index c50f986..d136f53 100644
--- a/examples/subtraction.orca
+++ b/examples/subtraction.orca
@@ -1,17 +1,16 @@
-.................................................
-.#.SUBTRACTION.#.................................
-.................................................
-.13X9.#.A.#......................................
-.01X4.#.B.#......................................
-.................................................
-...4zT0zyxwvutsrqponmlkjihgfedcba987654321.......
-...A9w...........................................
-.rV5.............................................
-............Vr...................................
-.#.RESULT.#.5....................................
-.................................................
-.................................................
-.................................................
-.................................................
-.................................................
-.................................................
+.........................................
+.#.SUBTRACTION.#.........................
+.........................................
+.13X9.#.A.#..............................
+.01X4.#.B.#..............................
+.........................................
+...4zT0zyxwvutsrqponmlkjihgfedcba98765432
+...A9w...................................
+.rV5.....................................
+............Vr...........................
+.#.RESULT.#.5............................
+.........................................
+.........................................
+.........................................
+.........................................
+......................................... \ No newline at end of file
diff --git a/examples/wave.orca b/examples/wave.orca
new file mode 100644
index 0000000..ea714fd
--- /dev/null
+++ b/examples/wave.orca
@@ -0,0 +1,17 @@
+.........................................
+.#.WAVE.#......Va........................
+...............6XE.......................
+.........................................
+.8C8............................:04F.....
+..2..C6.........................:04E.....
+..J..56T123432..................:04D.....
+..2Y2Y23........................:04C.....
+......JJ........................:03B.....
+.....A23........................:03A.....
+...aV5..........................:03G.....
+................................:03F.....
+................................:03E.....
+................................:03D.....
+................................:03C.....
+.........................................
+......................................... \ No newline at end of file