Blog Posts

2025

teal8: My CHIP-8 Implementation

9 minute read

Published:

CHIP-8 is an interpreted programming language developed by Joseph Weisbecker. teal8 is an interpreter for running CHIP-8 ROMs.

Recreating Pong

7 minute read

Published:

This post documents the development of pong-arcade, a simple pong game developed using Python and Pygame.