/conway-game-of-life

A cellular automaton game clone that invented by Cambridge mathematician John Conway.

Primary LanguageHTMLMIT LicenseMIT

Conway's Game of Life

A cellular automaton game clone that invented by Cambridge mathematician John Conway.

Conway's Game of Life

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them.

  • npm
npm install npm@latest -g

Installing

  1. Clone the repo
git clone https://github.com/bilkn/conway-game-of-life.git
  1. Run npm install inside project root
npm install
  1. Start the server
npm run start
  1. Play
Enjoy :)

Built With

  • HTML - Hypertext Markup Language
  • CSS - Cascading Style Sheet
  • Javascript
  • SASS - CSS Pre-Processor

Contributors

  • Bilkan Konus - Initial work

License

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