Skip to content

Commit 4317063

Browse files
authored
Merge pull request #12 from Alesk1969/Alesk1969-patch-1
TIC_80-Coding-Train-Logo
2 parents 6920a78 + c217ae1 commit 4317063

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

ports/TIC_80-Coding-Train-Logo

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
-- title: Coding Train logo for Hacktober
2+
-- author: Alesk 69
3+
-- script: lua
4+
-- link: https://tic80.com/play?cart=3581
5+
function TIC()
6+
7+
cls(12)
8+
9+
line (16, 27, 16, 21, 1);
10+
line (16, 21, 14, 21, 1);
11+
line (16, 21, 14, 21, 1);
12+
line (14, 21, 14, 17, 1);
13+
line (14, 17, 31, 17, 1);
14+
line (31, 17, 31, 24, 1);
15+
--Next part
16+
line(35, 24, 33, 17, 11);
17+
line(34, 17, 42, 17, 11);
18+
line(44, 17, 42, 24, 11);
19+
--Next part
20+
line(49, 41, 45, 36, 2);
21+
line(45, 36, 47, 30, 2);
22+
line(47, 30, 45, 24, 2);
23+
--
24+
circb (21, 37, (4.5 * 2), 1);
25+
--
26+
circb (34, 42, (2 * 2), 11);
27+
--
28+
circb (42, 42, (2 * 2), 11);
29+
--
30+
line(41, 27, 41, 33, 3);
31+
line(38, 27, 38, 33, 3);
32+
line(35, 27, 35, 33, 3);
33+
--
34+
line(42, 36, 34, 36, 3);
35+
36+
end

0 commit comments

Comments
 (0)