- Have been thinking about writing a game for the blind since a long time
- Got an opportunity when a couple of High School Kids came up with the requirement
- Many options were experimented on: Scratch, Unity, etc
- It was decided to Keep it Simple and modding an existing game
- What other better than to implement in python and use python games
- Used an example from here PyGame Pythonprogramming.net example
- This is a car game where one has to avoid blocks in its path or falling on it
- To make it suitable for blind playing, visual representation of a block falling on the car or not and the speed of it falling were alerted to the user by means of different sounds; one tone for block not being in line with the car, one tone for slow rate of drop on the car and one tone for rapid rate of drop on the car. So hearing these sound clues, one can use the cursor keys to escape the falling blocks. This can be seen in the video.
- One can also play comfortably with their eyes closed.
- It can be improved further: sounds, interaction, etc. Later ?
Teeny space in the WebVerse to shamelessly brag (document) about things that were attempted, things that worked and that did not, both in the professional and hobby fronts. Topics include hacking, modding, new ideas/ways of doing things in many domains (electronics hardware/software, making stuff, mechanical, etc). Maybe to inspire, learn, ignore or forget. It might not work for you. Try at your own risk. Thank you for stopping by and would be delighted to hear from you.
Monday, September 6, 2021
Game for the blind
Subscribe to:
Post Comments (Atom)
Amazing!
ReplyDeleteNever realised that effectively all games are made for people with vision. After all, it's hand "eye" co-ordination for a reason. So great idea for a game, designed for the blind.
Some suggestions for future updates...
You can take advantage of their hearing abilities better by increasing the volume and frequency of the sound, as the obstacles get closer, to give a better sense of speed and distance. You can also add some sound effects like whooshes, to give them a more immersive experience.
Hi Ganesh,
DeleteThank you for the comment and feedback. It was written pretty much in a hurry so it is how it is. Also still have to see how the blind people will play/adapt to the experience.
Anyways it's written in python so if you get a chance to test it or extend it, it'll be good.
Thanks to Ady and Nitish also for the use-case and implementation.
Thanks!