Edit:
Oh yeah baby! page number 69
Stranded III Dev. Blog - Comments
§2.2 - Only meaningful contributions with added value
It wont be boring for sure, also community will be able to create its own
The Grim Reaper: Please, do not post ideas here, there is somewhere here a thread to do this. 

Yates: That is sad because he works alone just with a little bit of help from the community.. and he treats game developing as a hobby too.
DC, I like the river stuff!
Punk4elo182:
DC: how do you do that?sprite = s3sprite.create(image, x, y)
s3sprite.setColor(sprite, {255, 0, 0})
s3sprite.setRotation(sprite, math.random(360))
s3sprite.setSize(sprite, 3, 3)
sprite = s3sprite.create(image, x, y)
sprite.setColor({255, 0, 0})
sprite.setRotation(math.random(360))
sprite.setSize(3, 3)