Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect four #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

colwem
Copy link
Contributor

@colwem colwem commented Aug 14, 2012

A connect four playing AI.

@travisbot
Copy link

This pull request fails (merged 9a87ec1 into b33d958).

@colwem
Copy link
Contributor Author

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
Copy link
Contributor

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
Copy link

This pull request passes (merged 70e63a5 into 2e5359f).

@@ -2,6 +2,7 @@ source 'http://rubygems.org'

gem 'rspec'
gem 'pry'
gem 'debugger'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Contributor

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants