Skip to content

ilya-biryukov/python-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of `Life` game in Python.
The main purpose is to have a working 3D version of the Life game.

This project is to
1) improve python programming skills,
2) learn the good way of building a simple GUI app in Python
3) see if python is good for prototyping an app(maybe try rewriting in c++ later to see if it's simpler when having a python prototype)
4) see if I could learn how to make an easily extensible life game implementation, so that adding a third dimension to the game would be easy

What is done:
1) An implementation of the game with standard rules
2) Some kind of console output, it's ok for debugging

What is on the map:
1) A gui presenter
2) 3d

About

Life game implementation in Python aiming at making a 3d version of it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages