Conway's Game of Life in different programming languages. While "Hello World" is the most common minimal program in any given language, it's not very interesting to just print some static text on the terminal. This project, inspired by Tsoding, aims to showcase a few feaures from each language, using the cellular automaton known as Conway's Game of Life, or GOL.
- Arrays or multidimensional arrays or lists.
- Remainder or Modulo operation (Interestingly, languages implement this operation in different ways).
- Control structures.
- Clearing the terminal screen.
- Sleep.
| Language | Version | Site | Note |
|---|---|---|---|
| C | C23 | Site | |
| Erlang | 28 | Site | |
| Go | 1.26.2 | Site | |
| Io | 20151111 | Site | can't clear screen? |
| Java | 25.0.1 | Site | |
| JavaScript | 20.19.5 | Site | |
| Python | 3.14.0 | Site | |
| R | 4.5.2 | Site | |
| Ruby | 2.6.10 | Site | |
| Rust | 1.94.1 | Site |