vishnuagbly / Othello-flutter

2 stars 0 forks source link

Changed data structure and added duration and total pieces UI #20

Closed vishnuagbly closed 3 years ago

vishnuagbly commented 3 years ago

Changed Data Structure according to Requirements Doc for easier integration with online and offline saving methods in the future. Also added Score Board for both black and white, containing total black and white pieces respectively and total time taken by each player while making their turn.

This pull request solves: #19

vishnuagbly commented 3 years ago

@Raunakk02 try to run it on your system before merging just to make sure everything is working as expected.

Raunakk02 commented 3 years ago

Ok, let me check.