https://github.com/archange-py/game_of_life
The Conway's Game of Life on the Numworks calculator
https://github.com/archange-py/game_of_life
game-of-life numworks python simulator
Last synced: 9 months ago
JSON representation
The Conway's Game of Life on the Numworks calculator
- Host: GitHub
- URL: https://github.com/archange-py/game_of_life
- Owner: Archange-py
- Created: 2024-06-28T09:28:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T17:13:15.000Z (almost 2 years ago)
- Last Synced: 2025-08-30T17:03:07.874Z (10 months ago)
- Topics: game-of-life, numworks, python, simulator
- Language: Python
- Homepage:
- Size: 243 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The author of the image is Ioannis Mourginakis, available here: https://www.artstation.com/artwork/blLA2d
# Conway's Game of Life
###
Welcome ! This directory contains an emulator for the Game of Life which you can use on your Numworks or computer to install the necessary libraries, go [here](https://github.com/Archange-py/Visuel). If you want to discover this subject you can explore the [Wikipédia page](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life).
## Table of Contents
***
1. [General Info](#general-info)
2. [Examples](#examples)
## General Info
***
###
This project includes two files: the Game of Life emulator, which you can download [here](https://my.numworks.com/python/archange/game_of_life) for the Numworks, and an example file that you can copy and paste into a python script on your calculator.
## Examples
***
###
Here are a few examples of patterns that can be produced and simulate with it:
Example 1
Examples 2
Examples 2
Examples 3
Examples 3
Example 4