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

https://github.com/alvaropaco/conways-game-of-life-python

This is a sample implementation of Conway's Game of Life in Python.
https://github.com/alvaropaco/conways-game-of-life-python

conway conway-game conway-life conway-s-game-of-life pyhton python3 unittesting

Last synced: 6 months ago
JSON representation

This is a sample implementation of Conway's Game of Life in Python.

Awesome Lists containing this project

README

          

# Conway's Game-of-life [![Build Status](https://travis-ci.org/alvaro-paco/conways-game-of-life-python.svg?branch=master)](https://travis-ci.org/alvaro-paco/conways-game-of-life-python)

This is a sample implementation of Conway's Game of Life using Python 3.

## Requirements
- Python >= 3.5