Conway's Game of Life in 30 lines of Python

Sdílet
Vložit
  • čas přidán 9. 09. 2024
  • github : ObeliskCode

Komentáře • 4

  • @mimimumimu.
    @mimimumimu. Před měsícem

    Классно

  • @user-dc3fk3mc3e
    @user-dc3fk3mc3e Před měsícem +2

    I don't understand, what's the point of game. Can player control anything during the main process?

    • @ObeliskCode
      @ObeliskCode  Před měsícem +1

      You can control the main process by editing the main board after every step but conways game of life is really just a simulation for 2d cellular automata. Cellular automata is turing complete so it can encode real logic units!

    • @ObeliskCode
      @ObeliskCode  Před měsícem +1

      The game is trying to create patterned structures that take in and spit out data like a brain computer