Skip to content

Projects

A collection of things I've built — games, tools, and experiments.

  • 2025

    A grid-based puzzle game made for GMTK Game Jam 2025. Players place track pieces to guide cars through complete loops, visiting checkpoints without crashing.

    TypeScript React Vite Game Jam Puzzle
    View on GitHub
  • 2025

    A constraint programming solver for the Railbound puzzle game using MiniZinc and OR-Tools. Models track placement, train movement, switches, and gates as a constraint satisfaction problem.

    MiniZinc Python Constraint Programming Puzzle Solver
    View on GitHub