Java Chess Programming Video #18 The Player (Part II)

preview_player
Показать описание

Chess Code Repository :

IDE:

Reading Material:
Рекомендации по теме
Комментарии
Автор

I just want to thank you for this. Great work. Great fun following along.

iansweeney
Автор

Very interesting demo. I can't wait to see how you build it through out the series

quangnguyennhat
Автор

how could we learn to code like you? any advice ?
Love the series thank you

fouBrush-wyif
Автор

Really good tutorial, thank you very much!!

jegormester
Автор

how would one set up the configuration to run the project?

dannychung
Автор

Incredible useful tutorial! When I reach the 52nd video will the application be able to do what you show in the beggining of this one? Will the computer do the moves from the book?

ygrekygrek
Автор

I want to build an online chess game that will be played between two different countries users. How can I start??

analysestock
Автор

I moved the toString() for the pieces into the abstract Piece class now that we keep track of it as a member. This comment should be on the previous video, but I'm slow. xD

Also, for the isKing() method, could that have been..

public boolean isKing() // No longer abstract
{
return this == KING; // Or something similar. This didn't throw any errors though.
}

..because if something like that works, it would greatly reduce excess code.

alexlesage
Автор

Can you please provide the commands on how to run this project from the terminal (without IDE)?

johnescobia
Автор

Aw I wanted it to play with no opening book from move 1.

dannygjk
Автор

@
Software Architecture & Design
can u explain me what do equal method and u override it why ?? i can do this project without Guava library how ???

abdulhmmedaljji