Skip to content

JemarJones/Survival-of-The-Fittest

Repository files navigation

Survival of The Fittest

Survival of The Fittest is a multiplayer take on the cellular automaton Conway's Game of Life, a concept where the only thing that exists are a series of cells and a set of rules that govern their survival. When a certain region is over or under populated, the cells in that region die. When the nearby population is balanced just right, they live. In our take on the classic game, each player creates their own species of cells, and they are pitted against each other in an epic war of evolution and natural selection.

Built with Node.js, Express.js, Socket.io, Javascript, jQuery, Canvas (HTML5), HTML5, and CSS.