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

Chupa master #6

Open
wants to merge 177 commits into
base: master
Choose a base branch
from

Conversation

grantziolkowski
Copy link

@stevecass @zencephalon @dieselroar @amihalopoulos

Grant Charles and Alexei submitting weekend work. Lots of work here, but the checkmate method is not 100% flushed out and not everything is refactored.

dmilburn and others added 30 commits March 26, 2015 11:11
…t_display_board

Merged display method into code
def initialize(location, color = "white")
@location = location
@color = color
@color == "white" ? @icon = "♝" : @icon = '♗'

Choose a reason for hiding this comment

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

@icon = (@color == "white" ? "♝" : '♗')

@zencephalon
Copy link

ILUVU @dieselroar @amihalopoulos @Doralyp @dmilburn @grantziolkowski

Great work everyone! A lot of commits here, shows great effort. I really liked the use of small helper methods. Glad to see test cases here too. Organizationally this looked pretty good, aside from some left over commented code. Judicious use of commenting on the methods though.

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.

7 participants