Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 552 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 552 Bytes

MtgLifeCounter

Install requirements with

yarn install

The players can be created dynamically, styling the PlayerCards without hardcoding the layout for all different numbers of players.

Needs a button for settings / customization, should be a popup that doesn't create a new screen.

playerStatus format should be

p1: {
    life: 20,
    name: 'asd',
    commanderDamage: {
        'asdasd': 10,
        etc...
    },
    citiesblessing: false,
    etc... 
}

Remember to run eslint before commiting