-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: master
Are you sure you want to change the base?
Chupa master #6
Conversation
Add pawn and king classes
add queen and knight class attributes
Dora bishop rook
Dbd development
…t_display_board Merged display method into code
Chupa master deselection
Chupa grant to chupa master for final pull request
def initialize(location, color = "white") | ||
@location = location | ||
@color = color | ||
@color == "white" ? @icon = "♝" : @icon = '♗' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@icon = (@color == "white" ? "♝" : '♗')
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. |
@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.