Skip to content

jb2311/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

game-of-life

Introduction

This project is inteded to be a command line simulator of Conway's Game of Life. Each cell in the intial board is randomly chosen between 1 (alive) and 0 (dead).

Instructions

NOTE: Node.js must be installed

  1. Copy code locally
  2. Open terminal in project's directory
  3. Run npm install in terminal
  4. Run npm start in terminal
  5. Answer prompts in terminal
  6. Use control + C to quit

TODO:

  1. Add tests
  2. Add a proper UI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published