Noah Petherbridge
4 years ago
4 changed files with 49 additions and 25 deletions
After Width: | Height: | Size: 70 KiB |
@ -1,11 +1,29 @@ |
|||
{{ define "main" }} |
|||
<div class="row"> |
|||
<div class="col-12"> |
|||
<img src="/images/about.png"> |
|||
|
|||
<h1>Welcome to SketchyMaze.com</h1> |
|||
|
|||
This website is under construction. |
|||
<p> |
|||
<img src="/images/main-menu.png" class="center"> |
|||
</p> |
|||
|
|||
<p> |
|||
<strong>Sketchy Maze</strong> is a drawing-based maze game themed around |
|||
hand-drawn maps on paper. You can design your own level and make it look |
|||
like anything you want, and drag-and-drop some 'doodads' like Buttons, |
|||
Doors and Keys to add interactive elements and create puzzles and |
|||
obstacles. |
|||
</p> |
|||
|
|||
<p> |
|||
The game is currently available as an early <strong>alpha</strong> |
|||
release. See the <a href="/download/">Downloads</a> to try it out! |
|||
</p> |
|||
|
|||
<p> |
|||
See <a href="/about/">About</a>, <a href="/faq/">FAQ</a> and the |
|||
<a href="/guidebook">Guidebook</a> for more information about the game. |
|||
</p> |
|||
</div> |
|||
</div> |
|||
{{ end }} |
|||
|
Loading…
Reference in new issue