nsccs / pygames

Collection of games created with pygame.
4 stars 4 forks source link

Basic game logic and Cell implementation #5

Closed SayYesToTrees closed 9 months ago

SayYesToTrees commented 10 months ago

Implements the underlying data structure and details for the cell class. Also implements basic game logic for conway's game of life.