Skip to content

maxio02/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

"Game Of Life" is an interactive simulation based on John Conway's Game of Life, implemented using Pygame.

Installation

To run "Game Of Life", you'll need Python and Pygame installed on your system.

  1. Python: Ensure you have Python 3.x installed. You can download it from python.org.

  2. Use the package manager pip to install pygame.

pip install pygame

Usage

To start the simulation, navigate to the app's directory in your terminal and run:

python main.py

Controls

  • Escape Key: Exit the simulation.
  • P Key: Pause or resume the simulation.
  • R Key: Reset the board with a random configuration.
  • D Key: Step through the simulation while paused.

Demo

Normal ruleset demo:

Game of Life Normal Demo

Maze ruleset demo:

Game of Life Maze Demo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages