"Game of Life" is a simulation of the cellular automaton devised by John Conway in 1970. This repository contains an implementation of the game in C, including a graphical interface to visualize the evolution of cells based on their neighboring cells' states.
• Utilized linked lists data structure to represent the game cells.
• Developed an algorithm that simulates the game mechanics, including cell birth, death, and evolution.
• Optimized the simulation algorithm for speed and accuracy, achieving linear time complexity.
-
Notifications
You must be signed in to change notification settings - Fork 0
BelguteiTsevegmed/Game-of-Life-in-C
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Implementation of "Game of Life" in linear time in C
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published