Skip to content

BelguteiTsevegmed/Game-of-Life-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Game-of-Life-in-C

"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.

About

Implementation of "Game of Life" in linear time in C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages