Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 650 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 650 Bytes

Simulation Demo

Overview

This project creates a Terminal-based version of John Conway's famous Game of Life. This is the code for 'Build a Simulation in 5 Min' on Youtube

Dependencies

Everything comes with Python natively!

Use pip to install any missing dependencies

Basic Usage

Run life.py, that's it!

Credits

Credit for the vast majority of code here goes to yamadapc! I've merely created a wrapper around all of the important functions to get people started.