Skip to content

uyk23/conways_gol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

conways_gol

Project Website

Introduction

While working through Al Sweigart's Automate the Boring Stuff, I came across Conway's Game of Life. I thought a web version of the game would be a fun project utilizing my newly acquired knowledge of HTML, CSS & Javascript. I will also be including an implementation of the game in Python.

Conway's Game of Life

Conway's Game of Life is a Turing complete game created by mathematician John Conway in 1970. Wiki