You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: json/schedule.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@
43
43
"days": [3],
44
44
"time": "23:00",
45
45
"starts": "2019-01-12",
46
+
"ends": "2019-06-13",
46
47
"channel": "https://twitch.tv/tsoding"
47
48
},
48
49
{
@@ -111,6 +112,15 @@
111
112
"time": "23:00",
112
113
"starts": "2019-05-15",
113
114
"channel": "https://twitch.tv/tsoding"
115
+
},
116
+
{
117
+
"name": "PinPog (Game in Assembly)",
118
+
"url": "https://github.com/tsoding/pinpog",
119
+
"description": "Ping Pong in Assembly that works without OS. Our goal is to write a game that fits into 512 bytes bootloader and works in 16 bit real mode on any IBM PC compatible machine without any Operating System.",
0 commit comments