Skip to content

orcsgirls/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life

This is a Python implementation of Conway's Game of Life using Pygame. Inspired by https://github.com/educ8s/Python-Game-Of-Life-with-Pygame. The folders contain the code for the different steps of the development.

The code requires pygame to be installed. If needed install it using

pip install pygame

  • StepOne - Simple Pygame example of drawing random rectangles.
  • StepTwo - Creating the class for the simulation grid.
  • GameSimple - Adding simulation class and simple implementation of the game.
  • GameFancy - Examples of extensions around use of colors.

IMAGE ALT TEXT HERE

Contact: [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages