You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently, the only terrain gen we're doing is digging out openings around sugar deposits. this looks good, but the only strategy implication is that it makes it easier to find sugar, in a fairly translucent way. After seeing this image again, I think it would be neat if there were some very minor natural tunnelish openings that smart ants could use to their advantage to save themselves digging. A few different algoriths for terrain generation would be easy to test out. Other optional terrain features could include variable soil density or tough stone, variable sized sugar deposits, you name it. Anything that was too exotic and required a ton of special casing for players would be bad
The text was updated successfully, but these errors were encountered:
I really want to make sure that we keep the basic simplicity of the game
intact. I think caves are OK, but I definitely don't want to make the game
crazy compex to get a basic AI working on, and there are definitely some
changes we could do that would do that.
On Mon, Mar 30, 2015 at 11:17 PM, Jake Pittis [email protected]
wrote:
Erik and I discussed this over a Lazy breakfast. We'll try to get some
interesting caves going. Keeping it symmetrical is probably a good idea
though.
—
Reply to this email directly or view it on GitHub #3 (comment).
currently, the only terrain gen we're doing is digging out openings around sugar deposits. this looks good, but the only strategy implication is that it makes it easier to find sugar, in a fairly translucent way. After seeing this
image again, I think it would be neat if there were some very minor natural tunnelish openings that smart ants could use to their advantage to save themselves digging. A few different algoriths for terrain generation would be easy to test out. Other optional terrain features could include variable soil density or tough stone, variable sized sugar deposits, you name it. Anything that was too exotic and required a ton of special casing for players would be bad
The text was updated successfully, but these errors were encountered: