I am the board 1 player for my school’s chess team and am looking for some chess software which will help me learn some more complicated openings. I would like a program which allows me to play against a computer, and also walks me through a large variety of different openings for both white and black. I would prefer free software, but if it is really good I would pay for it too.

Additionally, if anybody has additional suggestions on how to improve my game (besides reading opening books, they just don’t seem to help me much) please let me know in your answer.

Thanks.

I want to play chess online against other people for free, but there are no such websites available to me. Is this because of a patent law or something? And can I now create one, seeing a lack of supply!

Most Common Chess Opening?

Most of the grandmaster used P4K or e2-e4 opening. Why P4K or E2-E4 is the most used opening in chess? I am always thinking about it when playing chess.

How to Improve Your Chess Game

It is a mistaken belief that playing chess is a god-gifted art and barring reaching an ordinary ‘cognizable standard’ you cannot improve. Here ‘cognizable standard’ means you are reaching to the standard which makes you only recognize the good and bad points of the game but without any ability to develop your game accordingly. No doubt, it is a game of superior intelligence. The alertness of the mind, capacity to contemplate on and select the right future are some basic requirements of this brainy game. Of course, you cannot cultivate talent only with the help of your labor but if you have a little of it you can surely bone it. Do not forget the age-old maxim that genius is five percents inspiration and ninety-nine percents perspiration. Moreover, hardly any human being is totally devoid of the element of talent. Only when we fail to perspire for making it develop that we lag behind the others who do. This is what we purpose to do with this article.

There are times when in the absence of the right kind of guidance our talents wither. Since they don’t know how to properly irrigate and fertilize this plant of talent, this get withered away. Remember that like any other discipline, chess also needs your unwaivering devotion. The young boys normally don’t know how to utilize their free time, especially those who have the potentials. Follow the guidelines given ahead and become a good chess player.

1. Read Chess-books and Magazines

After playing some games, read the book carefully. Play more games and the read the book. Each time you absorb some points that seemed previously obscure or did not grip you.
The way you improve most is not by playing opponents, but by playing over well-annotated games. Cover one side’s move usually the winner’s) and think out of each move before looking.
If you are eager to improve your play rapidly, write down the moves of all your games, not only the competitive one (in which recording is compulsory). It is best to write them in chess scorebooks, as loose score-sheets are easily lost. Afterwards, play each game and jot down critical comments. This how the grandmaster developed his skill in chess and became proficient in a short time without any coaching. It is surprising how much the game became clearer when you see every position a second time, in the light of what happened first time. You become your own tutor. If, after writing your comments you submit some of your games and your comments to a competent coach or top player for assessment for a suitable fee will improve more rapidly still.
Read the rest of this entry »

Question by Bozz Mozz: Can you explain why the king can sometimes go anywhere one space/direction and sometimes restricted?
I learned the crude rules of chess. If I play against the computer, sometimes I’m limited in where I can go. Why? I thought it was literally one space in any direction unless occupied by one of my own guys.

Also, in one game, how come the king could kill the horse, but not the queen? Can you (in laymen’s terms) explain the king?

Best answer:

Answer by ioerr
Well you’re not allowed to move the king onto a square where he’d be taken in the next move, for one thing.

Give your answer to this question below!

Question by Alex: Chess,Java & OOP (a few questions, please answer)?
It’s going to look kinda like this – A [class] has-a/is-a [object/class]:
A game has-a board
A board has-a square
A square has-a piece
A rook, knight, queen, pawn, bishop, king is-a piece.

So the game is going to have an array of squares.

So, from here on I have a lot of questions. I already asked a few yesterday here but trying to phrase them better and ask more this time. I wasn’t sure if to use a square class and a piece class or just go with the piece class alone, but I guess having both is more OOP. The thing is I have trouble imagining how to design the classes, what methods they should have and where, etc.

Has-a relationship, means that the class has an object (right?). Therefor the square class should have a Piece object. An array of Squares should hold null or any kind of piece but since the Piece class is abstract, I won’t be able to create a Piece object. How do I do this thing then? How do I design the Square class? Could the square class consist of an array of Piece?

Another issue. How do I code the selection of empty squares and-or selection of pieces on the chess board? I assume it has something to do with an event listener such as MouseListener?
If I click on a piece, it should be ready for a move, how?

…and somehow, if a piece is selected, then when I click on an empty square or an enemy piece it shouldn’t de-select my piece but move/attack, how could I do this?

Another question. How do I do the graphics part? If I have an array of squares, then every second element should be black/white? Also, if the square is a solid black/white square, then how do I add the piece graphics on-top of it?

Last question. The game isn’t going to use any AI to start with, it’s going to be a two-player game but from the same computer. So player One makes a move, and then player Two makes a move, on the same computer. But how do I do the coding part for when it’s the player ones turn and player two’s turn?

Sorry if it’s confusing and a lot of questions but it’s pretty confusing for me too, hope someone has the time to help me with this!
Not going to use dragging, click to select and then click to move.
Why is Game a Collection? I was thinking more along the lines that Game is the manager, it has an instance of the chess board and then I don’t know..
I don’t know much about Collections yet, just arrays.

Best answer:

Answer by deonejuan
There is enough graphics that you you download a chess font. Java can load TrueType fonts .ttf.

You will need 6 White and 6 Black .png graphics if you wanted dragging. The 6 White are the PRNBQK, on a transparent square the size of the black square, furthermore the pieces have a white knockout behind the line drawing of that piece.

Board is a class. Consider it GameManager. All it does is update.

Collection Game is probably HashMap, could be HashSet () but if I played with the code I bet I come up with HashMap.

In a Sprite2D game you want an array or a Collection that you refer to after Update. The GameManager runs down the array tweaking State(s).

Inasfaras WhoseTurn… refer to the folder your JDK1.5_updateXXX /demo /applets /TicTacToe

The above thoughts is Model and View. The Controller — Swing being MVC by design — the Controller is the GUI. There is a MouseListener.

I’m too brain-dead to visualize class Piece fully but it has members Character, String bPos, Vector legalMoves, boolean active.

To insert the logic to make the computer Black…. well, that takes more than 2 weeks just to explain.

Add your own answer in the comments!

Question by samywu: A question for Yahoo!: why is Yahoo! Chess infested with bugs?
Bug # 1: The board sometimes resets randomly, forcing a player to leave and loose the game.
Bug # 2: No sound is played when a user enters or leaves a table resulting in Very long wait times for the guest (until the host realizes someone has entered their room)
Bug # 3: Anyone is able to host a table for an indefinite amount of time, resulting in a clutter of dead tables in the room, in which the host is away from his computer, and even longer wait times for anyone who wants to play.
Bug # 4: The “send to email” function does not work.

Bug # 5: And the reason I am posting this: While playing some guy, the board resets at a random; I leave the room, come back, and to my horror find my 1486 rating reset to 1100!

If you are aware of these problems -perhaps they are not exclusive to Yahoo! Chess, but happen also in other games-, please mark this question as interesting, that it may reach and hopefully be reviewed by Yahoo!
If you agree, Please mark the question Intresting, and do not just respond.
Rather that a question per se, this is more like a manifest, which can only be heard if enough people mark the question.

Best answer:

Answer by nascarkpd
maybe it’s because so mamy people are on it its servers might be down.

Give your answer to this question below!

Question by : I’m looking for simple games to download for my computer. Any ideas for sites that are free of spyware, etc.?
I’m looking for simple games (500 kb or less) that contain no spyware and no viruses. They need to be compatible with a Windows Vista format computer. I don’t care much for complicated games. My favorite games are rummy, scrabble, chess, checkers, and backgammon. The simpler (ex. tic-tac-toe, hangman, card games) the better. Any ideas of some great sites I can go to to download some of these type of games (freeware please). Thanks for your help and I look forward to your answers.

Best answer:

Answer by NYS Helpdesk.com
http://www.bigfishgames.com/

or

http://www.gamehouse.com/

What do you think? Answer below!

Can you checkmate with just a bishop and a rook?

Question by : Can you checkmate with just a bishop and a rook?
Ok so I am trying to get better at chess and I am playing this game where I have just a bishop and a rook both on black squares and I really can’t seem to get a checkmate. The computer has 2 pawns and a rook. I don’t know what I am doing wrong… Is there any guidelines that tell you what combinations of pieces you can never get a checkmate with. If so please link me up so I won’t fall into this situation again.

Best answer:

Answer by Shadow
YES, BUT EXTREMELY UNLIKELY AND HARD XD

Know better? Leave your own answer in the comments!

Q&A: video card from my PC?????

Question by :) : video card from my PC?????
how much does a video card cost for an emachines 2007 PC with windows vista. It is an AMD 64 Anthlon 3800 processor with NVIDIA GeForce. I cannot play the PC games like normal games such as chess, or even computer games because it says my video card needs to be replaced or something. and which one do i need, and which place has them cheaper. best answer gets 10 pts.
the nvida is i guess 6150SE i dont know anything about PC so yeah

Best answer:

Answer by Apothecary
Lol. You must have one low end video card if it won’t play chess. What model Nvidia card do you currently have? Does it even work?

Add your own answer in the comments!

 Page 1 of 146  1  2  3  4  5 » ...  Last »