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

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

Conway's Game of Life
https://github.com/sigfriedcub1990/game-of-life

Last synced: 3 months ago
JSON representation

Conway's Game of Life

Awesome Lists containing this project

README

        

# Conway's Game of Life

This is a dummy implementation of Conway's Game of Life

## Setup

```python
# python -m unittest test_life
# ./life.py
```

## Preview

![ezgif com-crop](https://github.com/sigfriedCub1990/game-of-life/assets/8824202/869d1f76-f996-42df-aeec-141d160ef91f)