Building a Multiplayer Wizard Duel Game
Technologies, algorithms, and custom game engine behind the simple Harry Potter game. It's a real-time multiplayer spell-casting game built with Three.js and Socket.io.
game-dev7 min read
I write visual, interactive essays about code, creative coding, and software engineering. Each post aims to explain concepts from the ground up with hands-on demos.
Technologies, algorithms, and custom game engine behind the simple Harry Potter game. It's a real-time multiplayer spell-casting game built with Three.js and Socket.io.
Creating an interactive falling sand simulation using p5.js. Learn about particle physics and grid-based simulation logic.
A quick introduction to CSS Grid layout with practical examples.
Quick reference for the most useful array methods in JavaScript.