author-pic

Michael Jude Larocca

JavaScript: Array Iteration and DOM Manipulation in Game Development

Posted on October 13, 2025

This article explores JavaScript array iteration and DOM manipulation, including practical game development examples. You will also learn a game-state sync technique to enhance your own projects…

Read full post

JavaScript Game Timing: How Independent Intervals Can Cause Missed Collisions

Posted on October 06, 2025

This article covers crossed-path collision detection, a common issue caused by independent timing intervals in grid-based games, and how I implemented a new solution for my JavaScript Pac-Man project…

Read full post

CSS Pseudo-Elements: Enhance Your Projects with Style!

Posted on September 29, 2025

This article explores CSS pseudo-elements, which enable easy styling and content modification without additional HTML elements, and how I used them to create eyes for the ghosts in my JS Pac-Man game…

Read full post