Yao-class-cpp-studio / battle_game

MIT License
9 stars 87 forks source link

[Feature] Distinguish different kinds of units #210

Open ljc1301 opened 1 year ago

ljc1301 commented 1 year ago

Currently many units' shape are directly derived from Tiny Tank. It may be better to somehow distinguish different kinds of units, I think, especially when the online multi-player mode is implemented.

Maybe it only needs to display the name besides the units (like the life bars).

ljc1301 commented 1 year ago

I'd like to do this.