Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.