Uh oh!
There was an error while loading. Please reload this page.
Connect four - #23
Conversation
travisbot
commented
Aug 14, 2012
colwem
commented
Aug 14, 2012
Joe Fredette I want to send this as a seperate PR but it is based directly upon PR 13. How am I really supposed to do this or is this correct? |
jfredett
commented
Aug 14, 2012
If you rebase now, those extra commits should go away. Generally I just wait for the first to get merged, there's not really a good way to specify dependencies |
travisbot
commented
Aug 14, 2012
There was a problem hiding this comment.
We can lose this -- that's what pry is for! Just use binding.pry where you would use debugger. plop right into a running ruby interpreter! :)
jfredett
commented
Aug 14, 2012
I'll take a better look at this later. It looks neat, but could stand some refactoring to separate the internal game logic from the rendering of messages to the user, and needs some general idiomatic cleaning (parens around method definitions, mostly) |
A connect four playing AI.