-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (30 loc) · 1.75 KB
/
Copy pathindex.html
File metadata and controls
33 lines (30 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Steve Tsai — software engineer">
<link rel="icon" type="image/svg+xml" href="favicon.svg">
<link rel="stylesheet" href="style.css">
<title>Steve Tsai</title>
</head>
<body>
<main>
<h1>Steve Tsai</h1>
<p class="tagline">software engineer</p>
<h2>projects</h2>
<ul>
<li><a href="https://colorpop.stevets.ai">ColorPop</a> <span class="arrow">→</span> <span class="dim">match-3 roguelite with big numbers. Godot, built in Google Antigravity the week it launched.</span></li>
<li><a href="https://patientpilgrims.stevets.ai">Patient Pilgrims</a> <span class="arrow">→</span> <span class="dim">async online board game — settle, trade, and build with friends at your own pace. React + Firebase, built with Codex, Hermes, and Claude Code.</span></li>
<li><a href="https://discthrowers.stevets.ai">Disc Throwers</a> <span class="arrow">→</span> <span class="dim">async multiplayer disc-golf card game — sink baskets, sabotage friends, survive the hooligans. React + Firebase, built with Codex, Hermes, and Claude Code.</span></li>
<li><a href="https://spacegame.stevets.ai">Space Game</a> <span class="arrow">→</span> <span class="dim">FTL-inspired starship survival meets squad tactics. TypeScript + Phaser.</span></li>
</ul>
<h2>links</h2>
<ul>
<li>github <span class="arrow">→</span> <a href="https://github.com/TsilenT">github.com/TsilenT</a></li>
<li>email <span class="arrow">→</span> <a href="mailto:hello@stevets.ai">hello@stevets.ai</a></li>
</ul>
<footer>last updated 2026-07-12</footer>
</main>
</body>
</html>