gokultp / go-four-in-a-row

A simple command-line implementation of the game `four in the row`
MIT License
12 stars 13 forks source link

Display leaderboard on left side of game board. #25

Closed dskoda1 closed 6 years ago

dskoda1 commented 6 years ago

What this PR does / why we need it: This PR introduces a struct which tracks the count of each players wins. We need it so we can brag about how many times you've beaten your opponent!

Which issue(s) this PR fixes Fixes #24

Special notes for your reviewer: n/a

Release note:

None