Skip to content

Ragnarok540/gol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gol

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.

Features used in 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.

Implementation Languages

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

About

Conway's Game of Life in Different Programming Languages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors