https://github.com/juanequex/game-of-life
https://github.com/juanequex/game-of-life
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/juanequex/game-of-life
- Owner: JuanequeX
- Created: 2022-01-12T21:17:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-14T19:58:31.000Z (over 3 years ago)
- Last Synced: 2025-02-09T19:19:42.506Z (4 months ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game of life
- This is a way to solve conway's game of life, I used [Ruby2d](https://www.ruby2d.com/) to show the functionality of the game on an external screen.# Usability
- Run ruby game-of-life.rb in terminal.
- With the left mouse button select each cell that will be alive
- Press 'p' to start and pause the game.
- Press 'c' to clear the screen.# Design
#
This solution is inspiration from Mario Vusic [video](https://www.youtube.com/watch?v=Rp7v1f4lpPU&ab_channel=MarioVisic)