Conway's Game of Life with extra events.
Project description
Conway's Game of Life
This project is a simulation of the famous 0 player cell automata game Conway's Game of life! It can simulate the regular game as well as a special mode with extra sudden events to add randomness to the deterministic game.
Video Demo
Features
- Custom number of generations simluated
- Customisation of weights
- Special Events which affect the spawn/death cycles
- Cells can have colours!
- Randomly generated Bombs!
- Grid Scales with terminal size
Usage Tutorial
When you run the program you can either run it without configuring the settings or configure them in you want to customise the board a bit. Here is an explanation of all the settings.
| Setting | Explanation |
|---|---|
| Dead Cell Weight | Configures the chance of a cell initally spawning empty/dead. |
| Alive Cell Weight | Configures the chance of a cell initally spawning alive. |
| Bomb Cell Weight | Configures the chance of a cell initally spawning with a bomb. |
| Normal Gen Weight | Configures the chance of no special event. |
| Famine Gen Weight | Configures the chance of Famine special event. |
| Love Gen Weight | Configures the chance of Love special event. |
You will get to see the inital state of the board before you start. If you wish to reset the board enter the letter 'r' to do so. This is the last stage to change the grid size with an explanation of how ot do so below.
Changing Resolution
To change the board size quickly you need to zoom out/in in the terminal and/or change the font size. To zoom in or out quickly in the Windows terminal hold CRTL+Scroll.
Build & Run
This program has only been tested to run on Windows 11 so I cannot guarantee function on other platforms.
Windows
will be added soon
AI Usage
ChatGPT was used for this project for the inital menu.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file conwaygameoflife-0.0.5.tar.gz.
File metadata
- Download URL: conwaygameoflife-0.0.5.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67f3adfea44bcc15a900666d944f85cb30a20fc73127971b41011af24f71b488
|
|
| MD5 |
c3a0e64fb450755fa353c44e3963a16d
|
|
| BLAKE2b-256 |
62b614638fbef445928dae5e471c5d5e3eb395536616e243c8a94096d7ce9dc7
|
File details
Details for the file conwaygameoflife-0.0.5-py3-none-any.whl.
File metadata
- Download URL: conwaygameoflife-0.0.5-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6a6345231929a80096d7dc00c771cb8706acf1c9c05439be29f4acaca3c5c0f
|
|
| MD5 |
46bd4221d79b5da1b80f49daa0b65738
|
|
| BLAKE2b-256 |
c9c663c67b43426081d073c14055eb5122645e98dd5913cbf705e36cfb51022d
|