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).
NOTE: Node.js must be installed
- Copy code locally
- Open terminal in project's directory
- Run npm install in terminal
- Run npm start in terminal
- Answer prompts in terminal
- Use control + C to quit
- Add tests
- Add a proper UI