Projects related to the game of life.
  • OCaml 77.1%
  • Lua 13.8%
  • Standard ML 8.6%
  • Shell 0.4%
Find a file
2022-05-01 16:32:30 +02:00
_life2 update old versions => no work 2022-04-11 21:05:01 +02:00
_life3 add golly simulation files 2022-04-29 10:15:52 +02:00
_life_game update old versions => no work 2022-04-11 21:05:01 +02:00
langton update langton to have ant colony 2022-05-01 16:32:30 +02:00
langton_test update langton to have ant colony 2022-05-01 16:32:30 +02:00
.gitignore repair game 2022-04-29 17:41:45 +02:00
compiling.sh begin life game -> array values are maybe on the same pointer : to fix 2022-03-28 22:56:29 +02:00
README.md update README 2022-05-01 16:03:38 +02:00
slide-show.lua add golly simulation files 2022-04-29 10:15:52 +02:00

Life

Projects related to the game of life.

Run Langton Ant with Golly

set up golly

  • install golly with sudo apt-get install golly.

  • open golly with golly and go on File/Set File Folder/ and choose the folder ./Life/langton_test of this repository.

Build and Run :)

  • build the program to create RLE format files of each steps dune exec ./src/langton.exe <number of steps>.

  • and to finish with letting golly run on each files with golly ../slide-show.lua.