Hello World

Welcome to my blog! I’m YC Lee, a developer who loves building interactive web experiences.

What to Expect

I’ll be writing about:

  • Web development - modern frontend techniques, frameworks, and tools
  • Game development - building games for the browser with JavaScript and WebGL
  • 3D graphics - Three.js, shaders, and rendering techniques

My Projects

I’ve been building several web-based games:

  • 3D Chess - a fully playable chess game rendered in 3D
  • 3D Chinese Chess - traditional Xiangqi with 3D piece design
  • Idiom Crossword - a Chinese idiom crossword puzzle with thousands of puzzles
  • Sasquatch Adventure - a fun adventure game

Check them out on the Games page!

The Tech

This site is built with Astro, using static generation for maximum performance. No JavaScript is shipped to the browser unless needed. The styling is pure CSS with custom properties for theming.

// Sometimes the simplest solution is the best
console.log('Hello, World!');

Stay tuned for more posts!