Lapis Game of Life
- January 25, 2023
- Ralph Daniel Ruiz
Lapis Game of Life - MVC Implementation This project is an implementation of the Game of Life using the Model-View-Controller (MVC) architectural pattern. The Game of Life is a cellular automaton devised by mathematician John Horton Conway, which simulates the evolution of a population of cells based on simple rules. Features: Interactive gameplay: Users can interact with the game by toggling c…