Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amoshnin/python-game.of.life

🍒 My replica realisation of famous game: "Game of Life" (invented by mathematician John Conway) in Python & PyGame. Game components are implemented as classes in accordance with OOP principles 🦾
https://github.com/amoshnin/python-game.of.life

game-of-life object-oriented-programming python

Last synced: about 5 hours ago
JSON representation

🍒 My replica realisation of famous game: "Game of Life" (invented by mathematician John Conway) in Python & PyGame. Game components are implemented as classes in accordance with OOP principles 🦾

Awesome Lists containing this project

README

        

# Conway's Game of Life

🍒 My replica realisation of famous game: "Game of Life" (invented by mathematician John Conway) in Python & PyGame. Game components are implemented as classes in accordance with OOP principles 🦾