aljica / chess

A free chess website written in Javascript (Node - Express backend & Vue frontend)
0 stars 0 forks source link

Refactor Square #16

Open aljica opened 3 years ago

aljica commented 3 years ago

Square should be refactorable by having a function return with variant light or secondary. See https://stackoverflow.com/questions/50182873/return-elements-from-a-vuejs-method

aljica commented 3 years ago

Also refactor boardAsDict and how we draw the board... the logic is flawed.

aljica commented 3 years ago

Also refactor boardAsDict and how we draw the board... the logic is flawed.

This has been fixed in feature/makeMove branch and will be merged later.