Seth's Dungeon banner

Seth's Dungeon

A roguelike adventure built entirely by AI

Hey Seth!

This page was built specifically for you by Claude Code — an AI coding agent running in a terminal. Everything you see here (the game, the sprites, the infrastructure, even this text) was created autonomously by AI.

As a Full Stack Developer and IT Support Engineer at SoftwareONE, with your Computer Science background from Clemson, you already know how to build. These tools are about making you 10x faster at what you already do well.

How AI Tools Can Transform Your Work

Claude Code CLI Recommended

An agentic AI that runs in your terminal. It reads your codebase, writes code, runs commands, and ships features autonomously. Think of it as a senior developer pair-programming with you — except it can also deploy your infra, write your tests, and debug your production issues.

$ npm install -g @anthropic-ai/claude-code

Here are some prompts tailored to your day-to-day:

  • $ claude "Set up a new Express API with TypeScript, health check endpoint, and Docker config"
  • $ claude "Write a PowerShell script to audit Azure VM sizes across all subscriptions and export to CSV"
  • $ claude "Debug why the SynchroNet VPN tunnel keeps dropping - check the firewall rules and routing tables"
  • $ claude "Create a React dashboard that pulls Azure resource metrics and displays them with charts"
  • $ claude "Write integration tests for our customer support ticket API"

Here's what it looks like in action:

Terminal
$ claude "Create an Express API with TypeScript and health check" Claude Code v1.0.0 ▸ Reading project structure... ▸ Found: package.json, tsconfig.json, src/ Created src/server.ts — Express server with middleware Created src/routes/health.ts — GET /health endpoint Created Dockerfile — multi-stage build, Node 20 Alpine Created docker-compose.yml — dev environment config Updated package.json — added scripts & dependencies ▸ Running npm install ▸ Running npm run build ▸ Running npm test 5 passed | 0 failed Done. API ready at http://localhost:3000/health

Claude Chrome Extension

For non-code work: research, email drafting, summarizing docs, analyzing spreadsheets, and navigating complex web UIs. Think of it as Claude sitting right next to your browser tabs.

Example: "Summarize this 50-page Azure migration runbook into a checklist" — and it reads the page right in your browser, no copy-paste needed.

Other Tools Worth Knowing

Cursor

VS Code fork with AI built in. Great for inline code editing and chat-driven development.

Codex CLI

OpenAI's terminal agent. Similar concept to Claude Code, different model under the hood.

GitHub Copilot

Autocomplete on steroids. Best for line-by-line suggestions inside your editor.

CLI agents like Claude Code are the most powerful option for full-stack autonomous work — they can read entire repos, run shell commands, manage infrastructure, and ship complete features end-to-end.

Play the Game

A classic roguelike with procedurally generated dungeons, permadeath, and pixel art sprites — all created by AI.

Controls

/ WASD
Movement
YUBN
Diagonal movement
Space / .
Wait a turn
> / Enter
Descend stairs
G / ,
Pick up item
I
Open inventory
E / U / X
Equip / Use / Drop (in inventory)
L
Leaderboard (after death)
R
Restart (after death)

This Page is the Proof

This entire site — the frontend, backend API, cloud infrastructure, DNS, SSL certificates, pixel art sprites, and this personalized page — was built by Claude Code, an AI agent running in a terminal. No human wrote any of this code.

Tech stack:

TypeScript Vite Express PostgreSQL Google Cloud Run Cloud CDN Managed SSL Terraform Docker