IEEE-VIT / enigma8-iOS

iOS app for Enigma 8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add: PowerupView

aaryankotharii opened this issue · comments

TODO AFTER #33

  • add powerup routes to router
  • create gameViewModel -(all game logic goes here)
  • create PowerupView by making a list of PowerupRows
  • fetch powerup data from backend and display on list.

Screenshot 2021-10-09 at 5 24 36 PM

@mintbomb27 create gameViewModel in #53 and move all variables and functions there.