sethjwhitaker / phaser-rts

Real time strategy game with phaser
0 stars 0 forks source link

Research Tile #24

Closed sethjwhitaker closed 3 years ago

sethjwhitaker commented 3 years ago
  1. [x] If a tile has full hp, give the option to convert all hp and tile into research hall
  2. [x] Each research has a timer, and the research is completed and activated once the timer reaches 0
  3. [x] Units can be sacrificed to speed up timer
  4. [x] Add some basic researches (all units get +1 hp and all units get +1 atk)
  5. [x] Make Research Hall downgradeable Make sure everything works in multiplayer
sethjwhitaker commented 3 years ago

A lot has to happen with the UI for this to be able to work. I can either Make a UI scene, and pass in the selected hex to a show function Make a menu class with its own layer added to the game scene

sethjwhitaker commented 3 years ago

Putting off making things work in multiplayer again until a later date. Inputs need to be reworked in #77 first

sethjwhitaker commented 3 years ago

There are several bugs, which should be fixed before merging

sethjwhitaker commented 3 years ago

Clicking show researches then clicking on a hex is broken edit: fixed