An open API service indexing awesome lists of open source software.

https://github.com/juanequex/game-of-life


https://github.com/juanequex/game-of-life

Last synced: 4 days ago
JSON representation

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
![image](https://user-images.githubusercontent.com/50384228/149211168-e05b2940-4373-47a9-b652-49d2b0c69135.png)

#
This solution is inspiration from Mario Vusic [video](https://www.youtube.com/watch?v=Rp7v1f4lpPU&ab_channel=MarioVisic)