• Predator-Prey Model
    In this project, I created a cellular automaton width adjustable parameters to model a predator and prey dynamic. The model illustrates population fluctuation and ... read more
  • Conway's Game of Life
    Cellular automatons are discrete models that can be used to demonstrate interesting evolutionary phenomenon. For this project, I recreated the most famous cellular automaton: John Conway’s Game of Life ... read more
  • Sorting Visualizer
    Chances are if you have ever written code you’ve tried sorting a set of data. There are many different sorting algorithms, each has its own advantages and limitations but ... read more