Skip to content

4xDMG/game-of-life-first-attempt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

My version of the Game of Life built using React.

Getting Started

Clone this repo to your computer using: git clone https://github.com/4xDMG/game-of-life.git

Prerequisites

You will need to have git and node.js installed locally on your machine.

You can find the instructions to install git for your OS here. Instructions for installing Node.js can be found here.

Installing

Once you have git and node installed, navigate to the projects root directory in your terminal and type:

npm install

This will install all dependancies you need to run the project.

Start the dev server by typing the command:

npm start

Deployment

To deploy, update the package.json with your own hompage information and type:

npm run deploy

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Daniel Tait - Initial work - 4xDMG

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • All the Medium bloggers who write excellent how-to's
  • freeCodeCamp for their great curriculum

About

Conway's game of life built using React.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published