Dang it forgot to save some files. Here I was reloading wondering why it wasn't showing up
This commit is contained in:
parent
11f7e1a870
commit
cd60b1a495
2 changed files with 35 additions and 0 deletions
|
@ -48,6 +48,13 @@ title: The Paper Pilot
|
||||||
12 is Strange
|
12 is Strange
|
||||||
</p></span></a>
|
</p></span></a>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="thumb">
|
||||||
|
<a href="/solar">
|
||||||
|
<img src="./solar/thumb.png">
|
||||||
|
<span class="thumbcaption"><p style="display: inline">
|
||||||
|
SolarTD
|
||||||
|
</p></span></a>
|
||||||
|
</div>
|
||||||
<div class="thumb">
|
<div class="thumb">
|
||||||
<a href="/drawing">
|
<a href="/drawing">
|
||||||
<img src="./drawing/thumb.png">
|
<img src="./drawing/thumb.png">
|
||||||
|
|
|
@ -0,0 +1,28 @@
|
||||||
|
---
|
||||||
|
layout: default
|
||||||
|
title: SolarTD
|
||||||
|
---
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<h1>
|
||||||
|
SolarTD!
|
||||||
|
</h1>
|
||||||
|
<p>
|
||||||
|
This was made in about a month for the LibGDX game jam!
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
The game takes a lot of inspiration from Onslaught TD, an old flash game. Now its in HTML5 and in space, with some other new mechanics.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
There is no dev log, because over break I was focusing on family and only working on this in the down times. I didn't want to commit to documenting everything, apart from the commits themselves.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
The game can play in your browser, and will if you go to the store page below.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<a href="http://thepaperpilot.itch.io/solar-td" title="Itch.io store page">Store Page</a>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<a href="http://thepaperpilot.itch.io/solar-td" title="Itch.io store page">Store Page</a>
|
||||||
|
</p>
|
||||||
|
</div>
|
Loading…
Add table
Reference in a new issue