Skip to content

A small simulation of the Conway's Game of Life written with pygame

Notifications You must be signed in to change notification settings

ggalmeida0/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life

Dependencies:

Controls:

  • Left click: place and remove a live cell
  • Right click: step one generation
  • Space bar: reset the board
  • Enter: play the game continuously, press again to pause
  • s: it allows you to save the current board configuration into a .npy file for later use

How to run:

In the terminal run the command python3 main.py

About

A small simulation of the Conway's Game of Life written with pygame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages