Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 598 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 598 Bytes

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