Skip to content

ClementineAccount/ConwayPygame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

2023-July-23_7

This is a simple Conway's Game of Life game made in Pygame. It has been tested only at windowed 800x600 resolution at the moment on Windows. It should still run on Linux or MacOS as it was made with Python without the use of Windows exclusive functions. This project was not developed with public use in mind, and only targets my own personal computer as a side project.

Why?

This was a side project as a way to practice Python, Pygame and general coding skills. I made this without following any tutorials, guides or looking at any example code. I used only the Rules section from Wikipedia's page.

How do I run it?

You'd need both Python and Pygame-ce installed.

Enter the following in the same directory as the script

python .\main.py

Controls

Spacebar to pause/start the simulation Left click to place alive cells Right click to manually advance one tick.

About

Conway's Game of Life in Pygame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages