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
- Host: GitHub
- URL: https://github.com/jam643/gameoflife
- Owner: jam643
- Created: 2020-01-06T01:26:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-25T05:16:04.000Z (over 5 years ago)
- Last Synced: 2025-03-05T10:46:57.321Z (about 1 year ago)
- Language: Python
- Size: 16.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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