Skip to content

Using Pygame, the game of life problem devised by John Horton Conway will be visualized and allow the user to simulate different scenarios that can lead to different results.

Notifications You must be signed in to change notification settings

charlesezra/Game-of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

This project focuses on the visualization of an algorithm that solves for the Game of Life Problem. The project allows the user to simulate different scenarios and can create different patterns that would result to different results.


Technologies

  • Python3
  • Pygame

How to Use:

  1. The project will start with an empty grid that simulates a game board.
  2. You can click with the left-mouse button to create the blue rectangles which are the cells or population.
  3. You can delete cells with a right-mouse button click.
  4. To start the game, press the spacebar.
  5. If you want to pause the game, press the spacebar again.

Animation for the R-pentomino Pattern

StartUp


Author Info

About

Using Pygame, the game of life problem devised by John Horton Conway will be visualized and allow the user to simulate different scenarios that can lead to different results.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages