Hey /r/blind!
I’m a software developer who, as his thesis, created a rogue-like game for visually impaired. The interesting part of the game is that it gives you the possibility of describing everything that it’s going on and that is generated automatically based on some given grammars and dictionaries which, in the end, it means that the phrases that describe what’s going on are not very repetitive and making the game work the same way in a different language is pretty easy. Currently it’s available in English, Spanish, Galician and probably Dutch in the near future.
I would like to hear your opinions so I could use them as documentation in order to show to my professors. Bear in mind that the game itself is just a prototype and very, very basic, so you are not going to get more than a few minutes of entertainment before it becomes repetitive (it doesn’t have lots of weapons, monsters or things to do). It’s just something very basic that I did completely from scratch to showcase how this automatic sentence generation could work for this or any other project.
Also, even though the sentences are randomly and automatically generated, they are still kind of repetitive since I didn’t add thousands of different words or grammars, but that is a possibility that could happen in the future.
The application is in Java, so you would need to have Java Access Bridge activated in order for the screen reader to actually read the output, as well as Java installed to run it. More information about Java Access Bridge: http://docs.oracle.com/javase/7/docs/technotes/guides/access/enable_and_test.html
The game is in English by default, but you can change the language.properties file to =ES for Spanish or =GL for Galician.
You can download the executable in a compressed file here: https://github.com/dpenas/roomsgame/blob/master/executables/game1.0RC.zip?raw=true
The controls are rebindable, but you can see the ones by default here: https://github.com/dpenas/roomsgame/wiki
The project is open source, of course!
Any kind of feedback or comment is appreciated and if you have any questions, let me know :)
Thank you so much!