Skip to content

Implementing Conways game of life in the terminal using python

Notifications You must be signed in to change notification settings

etchenko/Conways-Game-of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conways-Game-of-Life

Languages

Python

Overview

This rendition of Conway's game of life was created using the 'curses' library in Python, allowing for the simulation to be run directly in the terminal. The world is a finite wrap around world, which changes based on the size of the running terminal. In order for curses to function properly the terminal should not be resized while the simulation is running.

About

Implementing Conways game of life in the terminal using python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages