Morse Training !
-
Yay ! Morse Training is live !
It is a game where you hear a sequence of beeps and you have to guess what letter or word(s) it corresponds to. Took me about 1.5 weeks. It is a pretty simple program, despite it being 848 lines long. I think that that's the biggest coding project I've ever made yet, even though it is objectively quite small. Anyway, you should check it out, and maybe give some feedback/advice if you want.Code: MCA73MNDDA
I'll leave you with the screenshots:
-
Looks good! Will try it later.
Does it support the software keyboard as well?
-
@vinicity Yes it does ! I used the input() command, it seemed very fitting and simple to use. This way, once you start typing you can't go back, and I don't struggle with displaying the text or handling the keyboard buffer.