kevinabrandon / kbWar

A simulation of the card game WAR!
MIT License
3 stars 0 forks source link

Colorful-hidable-26textboxes #13

Closed kevinabrandon closed 9 years ago

kevinabrandon commented 9 years ago

Made the textboxes an array so that we can manipulate them much easier. Now we can show all 26 hands at once (Fixes #10), we can also hide any hands that have no cards in them. Also we added some very nice colors using Rich Newman's HSLColor class (found here: https://richnewman.wordpress.com/about/code-listings-and-diagrams/hslcolor-class/ ).