Implementation of Conway's game of life in python.

Overview

๐Ÿ‘พ ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Conway's Game of Life ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป ๐Ÿ‘พ

by FranciscoCharles

An interactive simulator that implements the standard Conway Game of Life with a simple menu developed in Python + Pygame. Test and experience the different types of cell automaton patterns discovered and found in this game.

Table of contents ๐Ÿ“š

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Shortcuts to change program settings ๐Ÿ•น๏ธ

back to indice
  • use ESC to exit / close the program.
  • use A to play/pause execution.
  • use S to switch between pencil / eraser.
  • use Q to decrease block size.
  • use W to increase block size.
  • use Z to clear/reset the grid.
  • use X to clear/reset the grid and generate automatons at random positions.

How can I run? ๐Ÿง  ๐Ÿ’ญ

back to indice

Download the project, install the dependencies, enter the src folder and execute:

python main.py

๐Ÿงฐ Dependencies โš™๏ธ

back to indice
  • Pygame == 1.9.6.
  • Pillow == 8.2.0.
  • Python == 3.7 or higher.

Version

back to indice
  • current version of the project: 1.0.1.

License

back to indice

For more information on the license for this project read the LICENSE file.


Copyright ยฉ 2021 FranciscoCharles

Owner
I'm C/Python developer, aspiring JS web developer. a mix of coffee, math, games, algorithms, bugs and programming.
This is a repository created to run a workshop on Game Theory using the programming language Python and more specifically an open-source software called the Axelrod Python library

Game-Theory-and-Python This is a repository created to run a workshop on Game Theory using the programming language Python and more specifically an op

Nikoleta Glynatsi 136 Dec 01, 2022
Vitrix is an open-source FPS video game coded in python

Vitrix is an open-source FPS video game coded in python Table of contents Usage Game Server Installing Requirements Hardware Requirements Software Req

Vitrix 1 Feb 13, 2022
Creating Tetris with Pygame

Tetris ๐Ÿค Contributing Contributions, issues and feature requests are welcome! Feel free to check issues page. Show your support Give a โญ๏ธ if this pro

Gavin Capriola 0 Mar 01, 2022
FlappyBird game with python and pygame

FlappyBird game with python and pygame

Mohammad Dori 4 Jul 15, 2022
OS Algo Visualization - Operating system algorithm visualization using python pygame library

OS_Algo_Visualization Operating system algorithm visualization using python pyga

Krushang Satani 2 Feb 17, 2022
A two-player strategy game played on a rectangular grid made up of smaller square cells of chocolate ๐Ÿซ or cookies ๐Ÿช

Chomp Game ยฉ๏ธ Chomp is a two-player strategy game played on a rectangular grid made up of smaller square cells of chocolate ๐Ÿซ or cookies ๐Ÿช , which c

Farivar Tabatabaei 2 Feb 02, 2022
Sukoku-solver Python About Sudoku is one of the most popular puzzle games of all time

Sukoku-solver Python About Sudoku is one of the most popular puzzle games of all time. As a logic puzzle, Sudoku is also an excellent brain game. Bein

Harshith VH 1 Nov 20, 2021
AWBW Replay Parser - a Python package to open and step through AWBW game replays.

AWBW Replay Parser This repository is home to the AWBW Replay Parser, a Python package to open and step through AWBW game replays. This project is una

Tarkan Al-Kazily 2 Feb 09, 2022
An asynchronous Minecraft server wrapper written in python3 with asyncio

mark3 (WIP) A modern Minecraft server wrapper written in python3 with asyncio TODO Note: The order of the following checklist doesn't necessarily mean

Colin Andress 7 Jul 29, 2022
A set of tools to help you with running a Project Zomboid game server (Linux only)

Project Zomboid Server Tools A set of tools to help you with running a Project Zomboid game server (Linux only). Features Install Project Zomboid Dedi

24 Dec 25, 2022
A DDQN that learned to play tic tac toe by playing against itself

TicTacToeAI A DDQN that learned to play tic tac toe by playing against itself Cu

Anik Patel 3 Apr 09, 2022
A zombie game using Kinetic. You can control players using fingers

This is Eden Park's portpolio: Works, projects and practices This repository can be used to show the potential employers to check my works, code and p

Eden Park 4 May 16, 2022
PingPong - Simple Ping Pong Game Made In Python

PingPong Basic Ping Pong Game Made In Python

ส€แด‡xษชษดแด€แดขแดส€ 1 Jan 01, 2022
A game developed while learning python

Alien_Invasion a game developed while learning python you must have python-3 installed in your computer. and pygame module is also required for this.

Jani Shubham 0 Oct 10, 2022
Blackjack Game made using Python

Blackjack Game made using Python Blackjack is a popular card game played in most of the casino.This is an intuition to replicate the same card game us

SUHASJAGADISH 1 Nov 28, 2021
A very bad wordle solver to help me solve the daily wordle

Wordle Solver A very bad wordle solver to help me solve the daily wordle on https://www.powerlanguage.co.uk/wordle/ TODO list take into account letter

Logan Anderson 4 Feb 03, 2022
Vac-Man in Python

Vac-Man in Python This is my personal version of Vax-man game using python, which is the first assignment of EA Software Engineering Virtual Experienc

ZiXiang Luo 3 Jan 05, 2022
A playable version of Chess โ€“ classic two-player, various AI levels, and the crazyhouse variant! Written in Python 3

A playable version of Chess โ€“ classic two-player, various AI levels, and the crazyhouse variant! Written in Python 3. Requires the installation of PIL/Pillow and Requests

1 Dec 24, 2021
A simple game with the main idea to be: Guess The Number

GuessTheNumber GuessTheNumber is a simple game I made using Python. The main mechanic of the game is to guess the number that randomly generated from

0 Jun 24, 2022
Dontdie-minecraft - A python program that causes your computer to bluescreen whenever you die in Minecraft

Don't Die - A Python Program A python program that causes your computer to blues

3 Apr 19, 2022