|
225 | 225 | "fontStyle":"octo"
|
226 | 226 | }
|
227 | 227 | },
|
| 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 | + }, |
228 | 257 | "garlicscape": {
|
229 | 258 | "title": "Into The GarlicScape",
|
230 | 259 | "authors": ["JohnEarnest"],
|
|
2289 | 2318 | "logicQuirks":true,
|
2290 | 2319 | "fontStyle":"octo"
|
2291 | 2320 | }
|
| 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 | + } |
2292 | 2350 | }
|
2293 | 2351 | }
|
0 commit comments