Skip to content

Commit 162e090

Browse files
committed
Merge pull request #90 from Thimoteus/generator
added SandScript, clicker-builder
2 parents 6f9c669 + bdbcdaa commit 162e090

File tree

2 files changed

+28
-4
lines changed

2 files changed

+28
-4
lines changed

Diff for: _site/projects/index.html

+14-2
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ <h3>Space Invaders</h3>
7575
<a href="http://quephird.github.io/games/space-invaders/html/Main.html">Play</a>
7676
</div>
7777
</li>
78+
<li>
79+
<h3>Clicker Builder</h3>
80+
<p>An incremental age-based clicking game, by <a href="http://github.com/thimoteus">Evante Garza</a></p>
81+
<div class="link">
82+
<a href="http://thimoteus.github.io/clicker-builder">Play</a>
83+
</div>
84+
</li>
7885
</ul>
7986
</section>
8087

@@ -89,15 +96,20 @@ <h3>Parachuting Robots</h3>
8996
<a href="http://david-peter.de/parachuting-robots/">View</a>
9097
</div>
9198
</li>
92-
</ul>
93-
<ul class="cards">
9499
<li>
95100
<h3>Lambda Machine</h3>
96101
<p>A simple UI for evaluating expressions in the untyped lambda calculus, by <a href="https://github.com/cdparks">Christopher D. Parks</a></p>
97102
<div class="link">
98103
<a href="http://cdparks.github.io/lambda-machine/">View</a>
99104
</div>
100105
</li>
106+
<li>
107+
<h3>SandScript</h3>
108+
<p>A PureScript version of <a href="https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours">Write Yourself a Scheme in 48 Hours</a>, by <a href="https://github.com/thimoteus">Evante Garza</a></p>
109+
<div class="link">
110+
<a href="http://thimoteus.github.io/SandScript/">View</a>
111+
</div>
112+
</li>
101113
</ul>
102114
</section>
103115

Diff for: projects/index.html

+14-2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ <h3>Space Invaders</h3>
3939
<a href="http://quephird.github.io/games/space-invaders/html/Main.html">Play</a>
4040
</div>
4141
</li>
42+
<li>
43+
<h3>Clicker Builder</h3>
44+
<p>An incremental age-based clicking game, by <a href="http://github.com/thimoteus">Evante Garza</a></p>
45+
<div class="link">
46+
<a href="http://thimoteus.github.io/clicker-builder">Play</a>
47+
</div>
48+
</li>
4249
</ul>
4350
</section>
4451

@@ -53,14 +60,19 @@ <h3>Parachuting Robots</h3>
5360
<a href="http://david-peter.de/parachuting-robots/">View</a>
5461
</div>
5562
</li>
56-
</ul>
57-
<ul class="cards">
5863
<li>
5964
<h3>Lambda Machine</h3>
6065
<p>A simple UI for evaluating expressions in the untyped lambda calculus, by <a href="https://github.com/cdparks">Christopher D. Parks</a></p>
6166
<div class="link">
6267
<a href="http://cdparks.github.io/lambda-machine/">View</a>
6368
</div>
6469
</li>
70+
<li>
71+
<h3>SandScript</h3>
72+
<p>A PureScript version of <a href="https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours">Write Yourself a Scheme in 48 Hours</a>, by <a href="https://github.com/thimoteus">Evante Garza</a></p>
73+
<div class="link">
74+
<a href="http://thimoteus.github.io/SandScript/">View</a>
75+
</div>
76+
</li>
6577
</ul>
6678
</section>

0 commit comments

Comments
 (0)