Connect-4 Demo
Overview
Play a classic game of Connect-4 right in your browser! This demo runs entirely client-side using WebAssembly for fast, native-like gameplay.
Technical Details
- WebAssembly (WASM) via Emscripten-compiled C++/SDL code
- Runs entirely client-side—no backend required
- Responsive, automatically resizes for desktop and mobile
- Integrated into this Next.js SSG portfolio as a standalone page