Hello, I knew about OGS, this site, hearing from one of my friend. It looks very nice service. Thank you.
I am a Japanese and living in a local town; Kagawa pefecture, in Japan. My friend is a 55 years old woman and she is visually impaired since she was born, but trying to improve her igo skill since a couple of years ago.
In Japan, especially in local place, the igo infrastructure for blind person is not matured yet. So she is struggling to find the text, the way to study and even the opponent. Then,I do not know how, but she reached at this site and she has been very interested in your service.
She asked me to inquire if it is possible to develop the service for those kind of people. For example, reading the number coordinate by AI, etc…
I guess that kind of implementation would help the handicapped people all over the world.
Hopefully you would give me the answer for her, if you could add those kind of functions in the future roadmap.
She knows that organization. But she told me her impression of the Japanese igo software for blind people is not so good. (It is likely can only play with the weak computer.) Probably she wants to play with the human choosing the board size; 9, 13, 19.
It might even be possible to make a minimal client, like an app, or something that connects to ogs and then doesn’t have to worry as much about modifying the existing code.
People have made all sorts of apps to connect to OGS.
I think Tsumego dragon connected to OGS to play bots?
So it might be possible that another app adds functionality or a separate (minimal) accessible app could be made potentially.
Just throwing out some ideas, since I’m not very up to date on its progress
@benjito I wonder to what extent one could already modify Termsuji the terminal one, to have a basic thing connect to OGS, have some ascii version of the board available (it has it right?) and then add some other bits and pieces of functionality on top?
Thinking of the comment
Please add an ASCII or a table representation of Goban for blind people. We need also to interact with keyboard only.
Certainly doable to make a 3rd party app/CLI that is built with visually impaired players in mind.
Though I also think the work that @souf has been doing to make the main site meet web accessibility standards is super important. It takes more effort, but incorporating accessibility to the main site is more impactful in the long term.
Hey, I got notified for the termsuji mention. It’s mostly just a toy implementation for working with the API in the Go programming language, and doesn’t support the necessities like finding and starting new games. While this could be added, I’d also prefer directing that effort to improved usability for the main website. If I have some time I want to see if I can contribute to this.
Not sure if this could be of use to OP, but in case it can be of help, I am sharing a small contribution.
The following bookmarklet reads out the coordinate of a new move played in the game. The text is read in English, the first coordinate is a letter, the second a number.
For example, if the opponent plays at Tengen, the browser reads out “New move K 10”
I used the information I found in the github issue. My only small contribution was converting the coordinates in such a way that what is read out loud matches the board axis labels (letter I is skipped, for instance).
I only tested it on a few 19x19 games, but I hope that I handled correctly the height of the board for other board sizes.
I have now attempted to write a Japanese-version of the script, that reads out the next move played in Japanese, for example, if a move is played at Tengen (K10), it reads out “手、10、10” (edit: I changed that to read
黒 10 の 10)
Disclaimer: I do not speak Japanese, I am not sure the correct way to call out a new move, so I decided to use the word 手 (hand). If a different word or expression is better suited, please let me know. Also, from my recollection, both coordinates are called out as numbers (10, 10), not as a combination of letter and number (K 10).
As the previous script, this only works for live games.
@sakaide.igo If you need any assistance to make this work, or to try it out, feel free to contact me here on the forum or on the OGS direct message chat
If I’m reading this code correctly, it reads the column and then the row, with the 1-1 point in the upper left, correct? If so, this is correct afaik. I don’t speak Japanese either, but I think readx + "の" + ready or "黒" + readx + "の" + ready or "白" + readx + "の" + ready would be more what I’ve heard, iirc. I could maybe see a “、” after “黒” or “白”, I’d need to ask someone with better Japanese than me, but I definitely wouldn’t split up the read x + "の" + ready part
(I assume you know this, but just for clarity, 黒 means Black, 白 means White)
I can retrieve the player colour from global_goban.engine.cur_move.player so I should be able to implement the second version of your suggestion.
However I have a doubt with regards to the 1-1 point in the upper left, because that is what is retrieved from the cur_move object, but I translate/transformed it so that it is aligned to the coordinates drawn onto the goban, which seems to work correctly for the “English version” script. If 1-1 in the upper left is what is instead correct, I would need to change that. I think it depends on what the software currently accepts as input move as well, as both need to be aligned.
Thanks!
Edit: implementing your suggestions in full, and later I can adapt if the input method also uses the coordinates as shown on the goban canvas, with 1,1 at the lower left corner
Edit 2: moved the code to the previous comment to have only one version of the Japanese script
Let me write this in Japanese. I started a relationship with a Go group of visually impaired people when I taught Go to children at a nearby school for the blind before Corona. They don’t play Go over the Internet, though. Our group meets every Saturday afternoon on ZOOM to chat and play games with the OGS group Hamakaze Doyokai. If you join ZOOM with your cell phone and hold it right above the board, you can play with a clear-sighted player. This is the most practical way. If you join the group above, I will let you know the URL of the ZOOM.