L-seed: 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.
Modules
[Index]
- Lseed
- Lseed.Constants
- Lseed.DB
- Lseed.Data
- Lseed.Geometry
- Grammar
- Lseed.LSystem
- Lseed.Logic
- Lseed.Mainloop
- Renderer
- Lseed.Renderer.Cairo
- Lseed.StipeInfo
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
database | Builds binaries that are required to interact with the SQL database. This is not needed when you just want to test the game locally. | Disabled |
webtools | Builds binaries that are required for the web interface. This is not needed when you just want to test the game locally. | Disabled |
renderercairo | This builds the cairo renderer. This will ususally be needed, unless you build the WebTools only. | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- L-seed-0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.2 |
---|---|
Dependencies | base (>=3 && <4), cairo (>=0.10 && <0.11), containers, gtk (>=0.10 && <0.11), HDBC, HDBC-odbc, json (>=0.4 && <0.5), mtl, old-time, parsec (>=3 && <4), random, random-shuffle (==0.0.2) [details] |
License | BSD-3-Clause |
Author | Joachim Breitner <mail@joachim-breitner.de> |
Maintainer | Joachim Breitner <mail@joachim-breitner.de> |
Category | Game |
Home page | http://www.entropia.de/wiki/L-seed |
Source repo | head: git clone git://git.nomeata.de/L-seed.git |
Uploaded | by JoachimBreitner at 2009-06-28T19:32:36Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | dbscorer, dbclient, fastScorer, validate, renderAsPNG, runGarden |
Downloads | 2025 total (9 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |