grgr.me

latest commits to https://grgr.me/
Log | Files | Refs

commit a3271350cb16d0458728f73d83093d30040d7e13
parent cae8c6ecd438c4ce63b893389a85651b661c54bc
Author: corndog <cauchyn@firemail.cc>
Date:   Tue, 19 Mar 2019 00:19:40 -0700

Address web accessibility concerns

Diffstat:
Min/dogs/index.md | 6++++--
Min/sits/index.md | 7+++++--
2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/in/dogs/index.md b/in/dogs/index.md @@ -2,8 +2,10 @@ title: dogs tags: prose ---- +<h1> <center>Training these scamps.</center> +</h1> -[![](./mona.jpg)](./mona.jpg) +[![Sleeping snowy puppy curled up on sofa.](./mona.jpg)](./mona.jpg) -[![](./simon.jpg)](./simon.jpg) +[![A sable dog with a streak of white down the middle smiles at the camera while being pet.](./simon.jpg)](./simon.jpg) diff --git a/in/sits/index.md b/in/sits/index.md @@ -8,7 +8,10 @@ description: A networked versus vertically scrolling shooter in progress. {{ template "proseheader" .ModTime }} -![A screenshot of v0.02](./screenshot.png) +<figure> +![The player's spaceship faces off against a squadron of enemies.](./screenshot.png) +<figcaption>Destroyed enemies explode and damage other enemies which can start a “chain.”</figcaption> +</figure> Shimmers in the Stars was the production name of a game I was making with LÖVE[(0)][0] at the start of 2016. SITS aimed to provide a networked versus shooter experience in the @@ -40,7 +43,7 @@ you to research technologies that may be a better fit for your needs. ## Play -Finally, you can find a recent (relative to Master) testing build [here](./releases). If +Finally, here is a recent (relative to Master) [testing build](./releases). If you have LÖVE installed, you can run the .love; it was compiled in 0.10.1-2. Otherwise, on Windows, you can get the appropriate executable for your architecture. Inform me if you run into any problems.