Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/docwhat/life
Conway's Game of Life written in bash
https://github.com/docwhat/life
bash conways-game-of-life game-of-life game-of-life-bash
Last synced: 2 days ago
JSON representation
Conway's Game of Life written in bash
- Host: GitHub
- URL: https://github.com/docwhat/life
- Owner: docwhat
- Created: 2010-11-07T01:46:49.000Z (about 14 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T20:01:40.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T03:21:47.601Z (7 months ago)
- Topics: bash, conways-game-of-life, game-of-life, game-of-life-bash
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conway's Game of Life written in BASH
[![GitHub Super-Linter](https://github.com/docwhat/life/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/marketplace/actions/super-linter)
> As a programming excercise I wrote [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) only using [Bash shell](https://tiswww.case.edu/php/chet/bash/bashtop.html) script.