Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 613 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 613 Bytes

Game of Life - Unity

Implementation of Game of Life in Unity (Game Engine).

What is Game of Life?

The "game" is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves, or, for advanced "players", by creating patterns with particular properties. Wikipedia

Game of Life

License

MIT © Ankit Priyarup