Skip to content

Commit a8640ed

Browse files
committed
adding knumber knower and the octojam 10 greeting to the archive.
1 parent 6e1f402 commit a8640ed

File tree

8 files changed

+939
-0
lines changed

8 files changed

+939
-0
lines changed

Diff for: programs.json

+58
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,35 @@
225225
"fontStyle":"octo"
226226
}
227227
},
228+
"octojam10title": {
229+
"title": "Octojam 10 Title",
230+
"authors": ["JohnEarnest"],
231+
"images": ["octojam10title.gif"],
232+
"desc": "Greetings program for the tenth annual 2023 Octojam.",
233+
"event": "Octojam10",
234+
"release": "2023-10-01",
235+
"platform": "chip8",
236+
"options": {
237+
"tickrate": 7,
238+
"fillColor": "#FFAA00",
239+
"fillColor2": "#FF6600",
240+
"blendColor": "#662200",
241+
"backgroundColor": "#662200",
242+
"buzzColor": "#FFAA00",
243+
"quietColor": "#000000",
244+
"shiftQuirks": false,
245+
"loadStoreQuirks": false,
246+
"vfOrderQuirks": false,
247+
"clipQuirks": false,
248+
"vBlankQuirks": false,
249+
"jumpQuirks": false,
250+
"screenRotation": 0,
251+
"maxSize": 3584,
252+
"touchInputMode": "none",
253+
"logicQuirks": false,
254+
"fontStyle": "octo"
255+
}
256+
},
228257
"garlicscape": {
229258
"title": "Into The GarlicScape",
230259
"authors": ["JohnEarnest"],
@@ -2289,5 +2318,34 @@
22892318
"logicQuirks":true,
22902319
"fontStyle":"octo"
22912320
}
2321+
},
2322+
"knumberknower": {
2323+
"title": "Knumber Knower",
2324+
"authors": ["JohnEarnest"],
2325+
"images": ["knumberknower.gif"],
2326+
"desc": "A game of bad typography.",
2327+
"event": "Octojam10",
2328+
"release": "2023-10-28",
2329+
"platform": "chip8",
2330+
"options": {
2331+
"tickrate": 15,
2332+
"fillColor": "black",
2333+
"fillColor2": "#FF6600",
2334+
"blendColor": "#662200",
2335+
"backgroundColor": "white",
2336+
"buzzColor": "#FFAA00",
2337+
"quietColor": "#000000",
2338+
"shiftQuirks": 0,
2339+
"loadStoreQuirks": 0,
2340+
"vfOrderQuirks": false,
2341+
"clipQuirks": 1,
2342+
"vBlankQuirks": 1,
2343+
"jumpQuirks": 0,
2344+
"screenRotation": 0,
2345+
"maxSize": 3232,
2346+
"touchInputMode": "none",
2347+
"logicQuirks": 1,
2348+
"fontStyle": "octo"
2349+
}
22922350
}
22932351
}

Diff for: roms/knumberknower.ch8

3.14 KB
Binary file not shown.

Diff for: roms/octojam10title.ch8

1.85 KB
Binary file not shown.

0 commit comments

Comments
 (0)