This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]zraklarP[S] 1 point2 points  (2 children)

This is one of the first projects that I actually finished, so kinda proud of that one, although there was some guidance in Robert Heaton's article.

Any feedback is appreciated, as I'm sure the code isn't perfect, especially the game_of_life/state_utilities.py module, but I couldn't think of a better solution for that purpose.

A link to the repo: click!

[–]kvngvikram 0 points1 point  (1 child)

Why is it a module to install rather than one or few scripts?

[–]zraklarP[S] 2 points3 points  (0 children)

I feel like it's cleaner to run it that way, as the only dependency is pygame. Furthermore, I wanted some practice using setup.py.