2022-12-28 14:27:19 +01:00
2022-12-27 23:56:54 +01:00
2022-12-27 23:58:41 +01:00
2022-12-27 23:56:54 +01:00
2022-12-27 23:56:54 +01:00
2022-12-28 14:27:19 +01:00
2022-12-28 14:27:19 +01:00
2022-12-27 23:56:54 +01:00
2022-12-27 23:56:54 +01:00
2022-12-27 23:56:54 +01:00
2022-12-28 14:27:19 +01:00
2022-12-27 23:56:54 +01:00
2022-12-27 23:56:54 +01:00
2022-12-28 14:27:19 +01:00
2022-12-27 23:56:54 +01:00
2022-12-27 23:56:54 +01:00

Treasures can be found on a 2D grid, which automatons (I called them turtles) are trying to find. They use a self modifying esolang. They start out random, but the fit ones are more likely to make it to the next generation. Those which survive reproduce (with some mutations). This leads to the evolution of the source code of these turtles.

Requirements:

  • Nim (1.6 line tested) and a C compiler
  • only tested on linux

To run:

nim --gc:arc -d:release c main
./main

The TUI of treasure

Description
No description provided
Readme 188 KiB
Languages
Nim 100%