This repository contains all of the software we've written for the JPEB system. The common directory contains libraries for printing text, doing arithmetic that the ISA doesn't support (multiplication, division), and basic graphics like editing the tilemap.
- Snake (written in assembly)
- Dino Game (written in C)
- Math Demos: Can calculate Collatz sequences, calculate and display the Mandelbrot set, and play Conway's Game of Life (written in C)