Kenneth Lamb
Back to Projects

Web Application

Chippy

Chippy is a browser-based Chip 8 emulator focused on recreating a classic virtual machine with a clean UI, responsive controls, and reliable timing behavior.

HTMLCSSJavascriptBootstrap
Chippy

Project Overview

An emulator for the Chip 8 written in Javascript.

A compact frontend project built to sharpen low-level logic, rendering, and interactive debugging skills.

Highlights

Implements the Chip 8 instruction set and rendering loop in vanilla Javascript.

Uses a simple web UI so the emulator can be explored quickly without any install step.

Balances retro presentation with practical controls and readable state feedback.