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

Blinking text over the arena #15

Closed charly3pins closed 6 years ago

charly3pins commented 6 years ago

What this PR does / why we need it: Display a blinking text over the arena when a player wins

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged): Fixes #13

Special notes for your reviewer: I've also added the '█' rune to display better to color of the winner (and use it in the game too)

Release note:

Added better animation when user wins displaying text over the arena and fixing the rune used as a piece for both users and for final result text.