Add project writeups
This commit is contained in:
parent
b20139cb60
commit
e5a219499e
17 changed files with 743 additions and 0 deletions
16
src/content/posts/avoid-early-web-game.md
Normal file
16
src/content/posts/avoid-early-web-game.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
title: Avoid, an Early Web Game
|
||||
description: A tiny archived web game from my first experiments with browser-based interaction.
|
||||
date: 2026-04-29
|
||||
projectPeriod: 'January 2018'
|
||||
thumbnail:
|
||||
src: ./_assets/avoid.jpg
|
||||
alt: Screenshot of the Avoid web game.
|
||||
tags: ['games', 'web']
|
||||
role: Game author
|
||||
stack: ['JavaScript', 'Canvas']
|
||||
outcome: A small playable web game kept as an archive of early browser work
|
||||
audience: general
|
||||
---
|
||||
|
||||
I recently found my first web game. It is very simple, but I killed some time with it.
|
||||
Loading…
Add table
Add a link
Reference in a new issue