Skip to content

Mathew-Harvey/game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Game of Life

GitHub followers

License type

Table of Contents

Demo 💻

Demo Video

Description 🧐

One of the most interesting uses of compute today is modelling natural processes, eventally creating artifical intelligence This is a celluar Automaton invented by John Conway's "Game of Life". While the Game of Life has become something of a computational cliché, it is still important to build it from scratch as its core principles are tied directly to a core goal—simulating the natural world with code. The basic idea is to start with a simple configuration of counters (organisms), one to a cell, then observe how it changes as you apply Conway's "genetic laws" for births, deaths, and survivals.

Motivation 🚀

As a biologist and student of coding and computer science, I wanted to learn about modeling natural process, building complex patterns from simple rule sets. I also used this project to learn about using the P5 node js package.

Installation 🛠️

Clone or pull the repo to your computer and edit the .js file.

Usage 🏃‍♀️

Click on the deployed link above!

License 🎓

This application is licensed under: MIT

How to Contribute 🍰

clone or fork away, enjoy. Welcome to send me a msg to answer questions.

Authors ✨

Mathew Harvey (copying John Conway's work)

Questions 🤔

Please feel free to contact me with any questions you may have:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published