HTML5 canvas / JavaScript hexagonal population variant on Conway's Game of Life.
Screenshot from the game of life simluation.
Hexagonal Population Game

While typically Conway's Game of Life focuses on a square-based "game board" environment, This project explores how the classic simulation's same rules and behaviors could adapt to a hexagonal grid with cells which, unlike the typical implementation, are not just dead or alive but can have granular health, acting like populations that grow and shrink.