Zetawar / zetawar

Zetawar is a turn based tactical strategy game implemented in 100% ClojureScript.
MIT License
169 stars 14 forks source link

Add terrain-type/buildable-unit-types #36

Closed djwhitt closed 6 years ago

djwhitt commented 7 years ago

This will enable bases that only build particular unit types (e.g. airfields and shipyards).

abelards commented 7 years ago

That's super awesome! I've dreamt of advance-wars where you can build bridges to cross rivers (even if that's super expensive, or we have two types like infantry bridges & vehicles ones).

Is this in the ideas you have? Is commenting on issues the proper way to help/discuss? Cheers!

djwhitt commented 7 years ago

I need to start putting more details on my issues. :smile:

Buildable terrains (e.g. bridges and roads) are definitely planned, but this issue is for unit types that are only buildable on certain types of terrain.

Commenting on or creating issues is definitely fine and probably the best way to communicate about the project at the moment. I do plan to setup a mailing list too, but haven't gotten to it yet.

tbeddy commented 6 years ago

This was completed with #87.