Hi,
I installed the module, I create my first "chess" content, I selected 2 users and I click the public button, so we have the board and the capability to select the piece to move.
Now, I'd like to understand if, when I make a move, there are some text that tell me what I moved.
I'm visual impaired and I'd like to use this module to make an accessible version of chess.
It is clear that all features for sighted people must remain, but I'd like to understand what happen when I move a piece.
In fact I have a message like: your move was saved.
ok but where? only in the board?
Or should appear some comment for each move?
anyway, this is a great module.

Comments

EoinBailey’s picture

There are drupal messages that report that the move has been made, or report if an error has been detected while attempting to make your move.

This message is delivered by the drupal message system (I'm sure it has an 'official' name, but I don't know it!).

I think there might be some confusion as when I started this module, I was going to make enable moves via a custom comment form, and I think I left some notes about that in the code. That is not how the system works now. Previous moves are not stored as comments, and are not displayed as comments.

What would be required to make the module acessible?

Would this work: the board could be moved to the main content area, and larger images could be used for the pieces. Or am I missing something?

drein’s picture

Status: Active » Closed (fixed)

d6 is ok.
I'm going to open a new issue for accessibility improve.
Thank you.