Connect 4 in the console (with color and animations!)
Using the new xterm terminal in Ruby, I've created a Connect 4 recreation that runs in the console, has color, and has animations. The game is two-player (no cpu yet).
Controls:
"a" / left-arrow = move left
"d" / right-arrow = move right
enter / return = drop piece
Any feedback would be appreciated!
dang. i just made one of these (in python) and thought i was original. take an upvote.