Skip to content

NikosLasithiotakis/Game-of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Game of Life with OpenMP

This project implements Conway's Game of Life using OpenMP for parallel processing. The Game of Life is a cellular automaton devised by mathematician John Conway. It consists of a grid of cells that evolve through generations based on a set of rules. This implementation reads the initial state from a file, processes a specified number of generations using multiple threads, and outputs the final state to a file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published