-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
799 lines (448 loc) · 25 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
<!DOCTYPE html>
<html>
<head><meta name="generator" content="Hexo 3.8.0">
<meta charset="utf-8">
<title>Scripta Games</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:type" content="website">
<meta property="og:title" content="Scripta Games">
<meta property="og:url" content="http://scripta.co/index.html">
<meta property="og:site_name" content="Scripta Games">
<meta property="og:locale" content="default">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Scripta Games">
<link href="/webfonts/ptserif/main.css" rel="stylesheet" type="text/css">
<link href="/webfonts/source-code-pro/main.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/css/style.css">
</head>
</html>
<body>
<div id="container">
<header id="header">
<div id="header-outer" class="outer">
<div id="header-inner" class="inner">
<a id="main-nav-toggle" class="nav-icon" href="javascript:;"></a>
<a id="logo" class="logo logo-text" href="/">Scripta Games</a>
<span id="subtitle">Games for the modern web.</span>
<nav id="sub-nav">
<div id="search-form-wrap">
<form action="//google.com/search" method="get" accept-charset="UTF-8" class="search-form"><input type="search" name="q" class="search-form-input" placeholder="Search"><button type="submit" class="search-form-submit"></button><input type="hidden" name="sitesearch" value="http://scripta.co"></form>
</div>
</nav>
</div>
</div>
</header>
<section id="main" class="outer"><ol class="game-list">
<li class="zorbio">
<a href="http://zorb.io" target="_blank">
<img src="/images/project-thumbs/zorbio.png" alt="logo for game: Zorbio">
</a>
</li>
<li class="pity-about-earth">
<a href="http://scripta.co/pityaboutearth/" target="_blank">
<img src="/images/project-thumbs/pity-about-earth.png" alt="logo for game: Pity About Earth...">
</a>
</li>
<li class="tracer">
<a href="http://scripta.co/tracer/" target="_blank">
<img src="/images/project-thumbs/tracer.jpg" alt="logo for game: Tracer">
</a>
</li>
<li class="square-off">
<a href="http://sqoff.com" target="_blank">
<img src="/images/project-thumbs/square-off.png" alt="logo for game: Square Off">
</a>
</li>
</ol>
<article id="post-Command-Line-Bash" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/articles/Command-Line-Bash/">Command Line Bash</a>
</h1>
</header>
<div class="article-meta">
<a href="/articles/Command-Line-Bash/" class="article-date">
<time datetime="2019-02-19T17:34:26.000Z" itemprop="datePublished">2019-02-19</time>
</a>
</div>
<div class="article-entry" itemprop="articleBody">
<h2><span id="summary">Summary</span></h2><p><img src="ibm-5150.png" class="float-comp"></p>
<style>
.float-comp {
shape-outside: url(ibm-5150.png);
float: right;
shape-margin: 16px;
margin-right: -16%;
max-width: 60%;
}
.pbp-btn {
padding: 10px 16px;
border: 1px solid black !important;
text-decoration: none;
outline: none;
}
</style>
<p>Command Line Bash is a game that challenges you to type in as many valid commands as you can in 60 seconds.</p>
<center style="margin: 60px auto;">
<a class="pbp-btn" href="https://www.redhat.com/en/command-line-heroes/bash/index.html">Play now!</a>
</center>
<p>Bash was created with co-conspirator <a href="https://twitter.com/caramelcode">Jared Sprague</a>, along with tremendous help from the <a href="https://www.redhat.com/en/command-line-heroes">Command Line Heroes podcast</a> team, open source contributors, and the <a href="https://discord.gg/DYEGmFc">CLH Discord</a> community.</p>
<p>If you’re into code, you’re welcome to <a href="https://github.com/CommandLineHeroes/clh-bash">view source</a>. Contributions welcome!</p>
<hr>
<h2><span id="how-to-play">How to play</span></h2><p>The game walks you through the instructions when you play, but here are the basics. The game challenges you to type in as many commands as you can in 60 seconds. Commands can be drawn from a variety of languages.</p>
<ul>
<li>bash shell commands & linux built-ins</li>
<li>JavaScript keywords, objects, functions</li>
<li>Python keywords, objects, functions</li>
<li>HTML5 tags</li>
</ul>
<p>When play starts, you don’t have to choose a language. All languages are valid.</p>
<hr>
<h2><span id="why-we-made-it">Why we made it</span></h2><p>About a year ago, Dan contacted us after seeing some of <a href="http://scripta.co">our games</a>. After chatting for a while, the idea came up of creating a game based on Command Line Heroes (isn’t the name just begging to be a game?). A few months later, we were neck-deep in code for an adventure game engine called <a href="https://github.com/CommandLineHeroes/hero-engine">Hero Engine</a>.</p>
<p>Adventure games, we discovered, are very time-consuming to create, <em>especially</em> when you start by building an engine from scratch. To scale back, we decided to build a new game in more of a game-jam style, one with a much smaller scope. Our goal was to complete it in time for <a href="https://www.ibm.com/events/think/">IBM Think</a>, the first conference where the game would be presented.</p>
<p>The strategy succeeded, and we were able to put the finishing touches on the game just before Think began. Here’s a bit about Bash @ Think.</p>
<hr>
<h2><span id="cabs-and-confs">Cabs and confs</span></h2><p>Not one to settle for the ordinary, Dan went the extra mile and ordered some classic arcade cabinets. Fortunately, through my geekSPARK work I met Bill Culverhouse. Bill is a maker extraordinaire, geekSPARK veteran, and happens to run an arcade cabinet construction company, <a href="https://www.trihg.com/">Triangle Home Gamerooms</a>.</p>
<p>We met with them, toured their impressive facility, determined specs, and placed the order.</p>
<p>Here’s what they built for us.</p>
<p><img src="cabs.jpg" alt="Command Line Heroes arcade cabinets"></p>
<p>Notice the shout-out to <a href="http://openjam.io">Open Jam</a> on the orange side of the cabinets! If you look closely at the screen, you can spot a few games in the launcher.</p>
<ul>
<li><a href="https://www.redhat.com/en/command-line-heroes/bash/index.html">CLH Bash</a></li>
<li><a href="http://pae.fun">Pity About Earth…</a></li>
<li><a href="https://itch.io/jam/open-jam-2018/rate/314668">Fleshgod</a></li>
<li><a href="https://zorb.io">Zorbio</a></li>
</ul>
<p>Several more games are below the fold.</p>
<p>As we’re writing this, Think has just concluded and was a huge success for the Command Line Heroes team.</p>
<hr>
<h2><span id="whats-next">What’s next?</span></h2><p>Next up, we’re working on a post about the tech we used to create the game.</p>
<p>Until then, here are some ways to get involved.</p>
<h2><span id="join-the-community">Join the community</span></h2><p>Discord link.</p>
</div>
</div>
</article>
<article id="post-Zorbio-Remastered" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/articles/Zorbio-Remastered/">Zorb.io Remastered</a>
</h1>
</header>
<div class="article-meta">
<a href="/articles/Zorbio-Remastered/" class="article-date">
<time datetime="2017-11-23T16:31:00.000Z" itemprop="datePublished">2017-11-23</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/Zorbio/">Zorbio</a>
</div>
<div class="article-author">
<a class="article-author-link" href="https://twitter.com/caramelcode">Jared Sprague</a>
</div>
</div>
<div class="article-entry" itemprop="articleBody">
<p><img alt="Zorbio Header" src="/articles/Zorbio-Remastered/zorbio_header_zoom_reddit.png"></p>
<p>We are exited to announce <a href="http://zorb.io">Zorbio</a> Remastered! This is the largest set of
updates that we’ve made to the game since we launched 1 year ago.
Highlights include new original sound track composed especially for
Zorbio, revamped UI and logo, new skins, natural AI curve paths,
steering helper, food chains, and more!</p>
<p><a href="http://zorb.io">Play Zorbio now</a>, or read on about the updates.</p>
<p class="article-more-link">
<a href="/articles/Zorbio-Remastered/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/gamedev/">gamedev</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/iogames/">iogames</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/remastered/">remastered</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/threejs/">threejs</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/webgl/">webgl</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/zorbio/">zorbio</a></li></ul>
</footer>
</div>
</article>
<article id="post-in-orange-light" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/articles/in-orange-light/">In Orange Light</a>
</h1>
</header>
<div class="article-meta">
<a href="/articles/in-orange-light/" class="article-date">
<time datetime="2017-08-04T22:27:00.000Z" itemprop="datePublished">2017-08-04</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/In-Orange-Light/">In Orange Light</a>
</div>
<div class="article-author">
<a class="article-author-link" href="https://twitter.com/mwcz">Michael</a>
</div>
</div>
<div class="article-entry" itemprop="articleBody">
<p>Three years ago, surrounded by monitors in a dark, blue-hued room, a particular screen caught my eye. My girlfriend’s (now wife’s) eye was caught by the same screen, and we crossed the room to investigate.</p>
<p><img src="/articles/in-orange-light/kr0-emp.jpg"></p>
<p class="article-more-link">
<a href="/articles/in-orange-light/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/ld39/">ld39</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/ludum-dare/">ludum-dare</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/pity-about-earth/">pity-about-earth</a></li></ul>
</footer>
</div>
</article>
<article id="post-pity-about-earth" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/articles/pity-about-earth/">Pity About Earth...</a>
</h1>
</header>
<div class="article-meta">
<a href="/articles/pity-about-earth/" class="article-date">
<time datetime="2017-05-07T20:28:41.000Z" itemprop="datePublished">2017-05-07</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/Pity-About-Earth/">Pity About Earth</a>
</div>
<div class="article-author">
<a class="article-author-link" href="https://twitter.com/mwcz">Michael</a>
</div>
</div>
<div class="article-entry" itemprop="articleBody">
<blockquote>
<p>Humanity, listen up. This is the Universe. I am sick of you sticking your nose where it doesn’t belong. That’s why there’s a huge asteroid heading straight for your pitiful Earth, courtesy of yours truly. I see you’ve built a flimsy Barrier and a stockpile of Missiles, but it won’t help. Enjoy the end times! Bye-bye. Talk soon.</p>
</blockquote>
<blockquote>
<p>– The Universe</p>
</blockquote>
<p><a href="http://pae.fun/"><img src="/articles/pity-about-earth/logo-square.png"><br>Play Pity About Earth</a> <br></p>
<p class="article-more-link">
<a href="/articles/pity-about-earth/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/ld38/">ld38</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/ludum-dare/">ludum-dare</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/pity-about-earth/">pity-about-earth</a></li></ul>
</footer>
</div>
</article>
<article id="post-Preparing-for-Ludum-Dare-38" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/articles/Preparing-for-Ludum-Dare-38/">Preparing for Ludum Dare 38</a>
</h1>
</header>
<div class="article-meta">
<a href="/articles/Preparing-for-Ludum-Dare-38/" class="article-date">
<time datetime="2017-04-15T04:01:56.000Z" itemprop="datePublished">2017-04-15</time>
</a>
<div class="article-author">
<a class="article-author-link" href="https://twitter.com/mwcz">Michael</a>
</div>
</div>
<div class="article-entry" itemprop="articleBody">
<p>Ludum Dare 38 is currently hurtling through space on a direct trajectory with
next weekend. Impact is estimated at 9PM on Friday, and the result will be a
chaotic, harebrained, and fun-filled weekend. Coincidentally, it is also
Science March slash Earth Day weekend. Here’s how we’re preparing.</p>
<p class="article-more-link">
<a href="/articles/Preparing-for-Ludum-Dare-38/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/ld38/">ld38</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/ludum-dare/">ludum-dare</a></li></ul>
</footer>
</div>
</article>
<article id="post-Square-Off-1.1-Patch-Notes" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/articles/Square-Off-1.1-Patch-Notes/">Square Off 1.1 Patch Notes</a>
</h1>
</header>
<div class="article-meta">
<a href="/articles/Square-Off-1.1-Patch-Notes/" class="article-date">
<time datetime="2017-04-15T02:46:55.000Z" itemprop="datePublished">2017-04-14</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/Square-Off/">Square Off</a>
</div>
<div class="article-author">
<a class="article-author-link" href="https://twitter.com/mwcz">Michael</a>
</div>
</div>
<div class="article-entry" itemprop="articleBody">
<p>It’s been almost a year since we built and released Square Off during the
haphazard weekend of <a href="http://ludumdare.com/compo/ludum-dare-35/?action=preview&uid=91554">Ludum Dare 35</a>. Now, in our first patch since that
weekend Square Off gets some much-needed love. Here’s what to look forward to!</p>
<p><img src="/articles/Square-Off-1.1-Patch-Notes/newdisc.jpg"></p>
<p>Or you could <a href="http://sqoff.com/">play Square Off now</a>. It’s 1v1 so bring a friend!</p>
<p class="article-more-link">
<a href="/articles/Square-Off-1.1-Patch-Notes/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/ld35/">ld35</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/ludum-dare/">ludum-dare</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/patch-notes/">patch-notes</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/square-off/">square-off</a></li></ul>
</footer>
</div>
</article>
<article id="post-tracer-ld37" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/articles/tracer-ld37/">Tracer, an Ode to Lines</a>
</h1>
</header>
<div class="article-meta">
<a href="/articles/tracer-ld37/" class="article-date">
<time datetime="2017-01-26T00:00:00.000Z" itemprop="datePublished">2017-01-25</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/Tracer/">Tracer</a>
</div>
<div class="article-author">
<a class="article-author-link" href="https://twitter.com/mwcz">Michael</a>
</div>
</div>
<div class="article-entry" itemprop="articleBody">
<p>During Ludum Dare 37, our second game jam,
<a href="https://twitter.com/caramelcode">Jared</a> and <a href="https://twitter.com/mwcz">I</a>
created Tracer. Read about how it was made and give it <a href="http://scripta.co/tracer/">a
spin</a>.</p>
<p><a href="http://scripta.co"><img src="/articles/tracer-ld37/16.jpg" title="screenshot 1"></a></p>
<p class="article-more-link">
<a href="/articles/tracer-ld37/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/ld37/">ld37</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/ludum-dare/">ludum-dare</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/tracer/">tracer</a></li></ul>
</footer>
</div>
</article>
<article id="post-zorbio-1.0.5" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/articles/zorbio-1.0.5/">Zorbio 1.0.5 Patch Notes</a>
</h1>
</header>
<div class="article-meta">
<a href="/articles/zorbio-1.0.5/" class="article-date">
<time datetime="2016-11-30T00:00:00.000Z" itemprop="datePublished">2016-11-29</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/Zorbio/">Zorbio</a>
</div>
<div class="article-author">
<a class="article-author-link" href="https://twitter.com/mwcz">Michael</a>
</div>
</div>
<div class="article-entry" itemprop="articleBody">
<p>Zorbians, below you will find the patch notes for Zorbio version 1.0.5.</p>
<p><a href="http://zor.bio">Play Zorbio now!</a></p>
<p class="article-more-link">
<a href="/articles/zorbio-1.0.5/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/devlogs/">devlogs</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/patch-notes/">patch-notes</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/zorbio/">zorbio</a></li></ul>
</footer>
</div>
</article>
<article id="post-zorbio-1.0.4" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/articles/zorbio-1.0.4/">Zorbio 1.0.4 Patch Notes</a>
</h1>
</header>
<div class="article-meta">
<a href="/articles/zorbio-1.0.4/" class="article-date">
<time datetime="2016-11-14T00:00:00.000Z" itemprop="datePublished">2016-11-13</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/Zorbio/">Zorbio</a>
</div>
<div class="article-author">
<a class="article-author-link" href="https://twitter.com/mwcz">Michael</a>
</div>
</div>
<div class="article-entry" itemprop="articleBody">
<p>Zorbians, below you will find the patch notes for Zorbio version 1.0.4.</p>
<p>Changelog:</p>
<ul>
<li>UI items now fade in and out smoothly</li>
<li>added rotating tips to the menu</li>
</ul>
<p>Bugfixes:</p>
<ul>
<li>fixed a major memory leak that caused crashes after playing for a while</li>
</ul>
<p class="article-more-link">
<a href="/articles/zorbio-1.0.4/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/devlogs/">devlogs</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/patch-notes/">patch-notes</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/zorbio/">zorbio</a></li></ul>
</footer>
</div>
</article>
<article id="post-zorbio-1.0" class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-inner">
<header class="article-header">
<h1 itemprop="name">
<a class="article-title" href="/articles/zorbio-1.0/">Zorbio 1.0 Eats the World!</a>
</h1>
</header>
<div class="article-meta">
<a href="/articles/zorbio-1.0/" class="article-date">
<time datetime="2016-11-04T00:00:00.000Z" itemprop="datePublished">2016-11-03</time>
</a>
<div class="article-category">
<a class="article-category-link" href="/categories/Zorbio/">Zorbio</a>
</div>
<div class="article-author">
<a class="article-author-link" href="https://twitter.com/mwcz">Michael</a>
</div>
</div>
<div class="article-entry" itemprop="articleBody">
<p>Hello Zorbians! We are thrilled to present you with the public release of
Zorbio. If boring change-logs aren’t your thing, go ahead and <a href="http://zor.bio">play it
now</a>.</p>
<p>Zorbio is a a web-based 3D eat-em-up.</p>
<img src="/articles/zorbio-1.0/game.jpg" title="zorbio screenshot">
<p class="article-more-link">
<a href="/articles/zorbio-1.0/#more">Read More</a>
</p>
</div>
<footer class="article-footer">
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/devlogs/">devlogs</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/launch/">launch</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/zorbio/">zorbio</a></li></ul>
</footer>
</div>
</article>
<nav id="page-nav">
<span class="page-number current">1</span><a class="page-number" href="/page/2/">2</a><a class="extend next" rel="next" href="/page/2/">Next »</a>
</nav>
</section>
<footer id="footer">
<div class="outer">
<div id="footer-info" class="inner">
© 2020 Scripta, Inc
Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>, theme by <a href="http://github.com/ppoffice">PPOffice</a>
</div>
</div>
</footer>
<script src="/js/jquery.min.js"></script>
<script src="/js/script.js"></script>
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-73203609-2', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
</div>
</body>
</html>