Alek
Live2026

Application Denied

Snake, but you're a job-seeker eating job applications, compiled from Go to WebAssembly.

A browser game where you play a job-seeker growing your hunt by eating job applications and dodging recruiter spam, all inside a fake corporate desktop ("JobHunt Pro™"). Written in Go and compiled to WebAssembly: a pure-logic game core with unit tests drives a canvas renderer through a fixed-timestep loop, wired to the browser via Go's syscall/js interop.

Highlights

  • Pure-logic game core (board, food, collision, scoring) covered by Go unit tests
  • Compiled Go → WebAssembly, driving an HTML canvas via syscall/js interop
  • Fixed-timestep game loop with catch-up ticks for frame-rate independence
  • Themed as a fake corporate desktop, poking fun at the job hunt

Stack

GoWebAssemblyCanvasHTML