C++

  • Dungeon Generator

    This project was written in C++, and rendered using SFML. It uses room generation followed by a maze generation algorithm to create a completely filled map. Then, dead ends are recursively filled back in to create a sparse maze between rooms.

  • Conway’s Game of Life Editor

    A simple program to edit and test patterns in Conway’s Game of Life.

  • Snake Clone

    Simple snake game remade in C++ and SFML.

  • Sort Visualizer

    A program to show how different sorting algorithms work. Includes sorts like Bubble, Cocktail, Quicksort, Insertion and more!

  • Double Pendulum Simulator

    Simulation of a double pendulum using equations derived with Lagrangian Mechanics. Uses SFML and ImGui for graphics, and written in C++.