Jimmy Reeves
  • iwantpng
  • Fish Tank
    • A little SDL fun in C. Shows an ambient pixelated fish tank
    • All the sprites are arrays in C. I drew them with Piskel and imported the .c files
  • Piano
    • Some more SDL fun in C. This one is an 8-bit style piano
    • All .wav files are generated from scratch
  • Cuberoom
    • Some practice with basic ray casting and a doom-inspired first-person walkaround maze game.
  • Roots and Routes
    • A capstone project for CMSC435, Software Engineering
    • A fullstack web application built in Remix framework
  • Movie Data Analysis
    • A final project for CMSC320, Data Science.
  • Snake Game
    • A super simple take of the classic snake game.
  • Jimmy Sort
    • A sorting algorithm which came to me in a dream
    • I realized as I built it that it was a destructuring of QuickSort