Zetawar / zetawar

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

Add remaining Elite Command units #67

Open djwhitt opened 7 years ago

djwhitt commented 7 years ago

See https://github.com/cvincent/elite-command for information on the other Elite Command units. When adding units, create separate issues per unit or for groups of related units and refer to this issue. Additional rules capabilities will also be needed to support air and water units.

tbeddy commented 7 years ago

I've added the land units that don't require any changes to the rules and I'm currently working on the water units.

tbeddy commented 7 years ago

I'm adding the rest of the units in these groups (in this order):

tbeddy commented 7 years ago

Once one group is merged, I'll make a PR for the next group.

tbeddy commented 7 years ago

I haven't started work on transport, so once all the other units are done, I'll shift my focus to whatever needs doing for the July release.

tbeddy commented 7 years ago

I have started work on transport ( #84 ). I'm aiming to have all Elite Command units ported for the next release.