@hackage L-seed0.2

Plant growing programming game

The players of this game will write code (the „genome“) that describes how plants (the biological type, not the industrial) will grow. The plants will grow simultaneously on the screen (the „garden“), will compete for light and will multiply. The players can not change the code of a growing plant, but they do have the chance to update their code for the next generation -- when a plant drops a seed, it will run the newest code. All in all, the game aims to be slowly paced and relaxing, something to just watch for a while and something that does not need constant attention by the players.

This package contains the haskell programs, i.e. the game simulation with the visual display. It can be used to locally test the plants.

  • Installation

  • Dependencies (0)

  • Dependents (1)

    @hackage/acme-everything
  • Package Flags

      database
       (off by default)

      Builds binaries that are required to interact with the SQL database. This is not needed when you just want to test the game locally.

      webtools
       (off by default)

      Builds binaries that are required for the web interface. This is not needed when you just want to test the game locally.

      renderercairo
       (on by default)

      This builds the cairo renderer. This will ususally be needed, unless you build the WebTools only.