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

https://github.com/jam643/gameoflife

my first trial with pygame
https://github.com/jam643/gameoflife

Last synced: about 1 month ago
JSON representation

my first trial with pygame

Awesome Lists containing this project

README

          

# Game of Life
My first attempt at pygame. The game 'Geometry Wars' was inspiration and I used shapes from 'Conway's Game of Life' for the sprites.

![](images/game_of_life.gif)

## How to play (linux):
* If you don't have pipenv: `python3 -m pip install pipenv pipenv-shebang`
* `pipenv sync`
* `./gameOfLife.py`