-
-
Notifications
You must be signed in to change notification settings - Fork 236
Description
hello. is it possible to make audiogames in piston?
is there a guide to create an audio game in piston?
an audiogame is a computer game for the blind that uses only audio to present the gameplay. also we use keyboard only to play games. for example in archery game, you hear a target sound that moves right and left in the stereo sound field. and when it reaches center, you press space to shoot. or in the car racing game, you here the other cars in the stereo field and try to avoid them by turning away.
so i am thinking to make audio games in rust.
what do I need:
create an empty window and catch key presses,
play 3d or 2d sound,
interact with a screenreader, (tell my active screenreading software to speak a message in a game), (i have a rust lib for that but it's quite old).
or speak out the necessary game message using tts or a sound file.