filerd002 / BattleTank

Gra dla przedmiotu: Projektowanie i Programowanie gier
2 stars 0 forks source link

Dodanie enuma dla stanów gry #48

Closed MikDal002 closed 6 years ago

MikDal002 commented 6 years ago

Proponuję aby stany gry opisać za pomocą enumów a nie intów. Dzięki temu uzyskamy większą przejrzystość oraz współpracę z IDE.

https://github.com/filerd002/BattleTank/blob/a1d79eb1020ea8f1af10c9968f1e756ba9b31dc3/BattleTank.Core/Game1.cs#L113-L114

filerd002 commented 6 years ago

Zajmę się tym

filerd002 commented 6 years ago

Zmienię także w klasach PowerUp oraz Tile, pola type z int na emum

filerd002 commented 6 years ago

62