Visit the live project here: https://conway-game-of-life-eight.vercel.app/
News
- 7/28/2020
- Updated Conway's Game buttons with alt text, cleaned up janky visual displays in Game and Home
- Linked Fibonacci Game in Home to its GitHub repo until it is published (Flask, ideally)
in the terminal...
npm init -y
npx install create-react-app <project-name>
cd <project-name>
npm start
fork a copy for yourself, if you like!
otherwise...
...in your terminal, navigate to a folder you want to house this in
git clone https://github.com/SoosheBot/Conway-Game-of-Life.git
cd into the conway-life-game file
npm start
For more information about the rules and how to play, please visit the live site!
Conway's "Game" of Life is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input from a player. So, a player interacts with the Game of Life by creating an initial configuration (pattern) and then letting it run, observing how it evolves. Advanced ..."players" can create patterns with particular properties and either predict their evolution or just let the game take it where it will.
- NodeJS
- React
- Javascript
- HTML/CSS
- Vercel