A downloadable tool

Download NowName your own price

Normally, the game dev tools I made came about because I needed them for something, and then decided that some other people might have a use for them as well. This is not one of those things. I have no idea why I decided to make this. I was bored.

This provides two functions that let you encode strings to Morse code, and decode strings from Morse code.  Supported characters include all of these except for the non-Latin character variants.

The little demo program will let you see what converted text looks like.

Documentation

is available here.

Price

.-- .... .- - . ...- . .-. .-.-.- 

Credits

  • The demo makes use of Emu (also by me), which uses Scribble by @jujuadams
  • Ship by yejinland from NounProject.com


StatusReleased
CategoryTool
Rating
Rated 3.0 out of 5 stars
(2 total ratings)
AuthorDragonite
Made withGameMaker

Download

Download NowName your own price

Click download now to get access to the following files:

morse.yymps 37 kB
MorseCode.zip 4 MB

Development log

Comments

Log in with itch.io to leave a comment.

Here's the video of that: https://drive.google.com/file/d/1ocl5NqSn5ltttPL_P6qoCT0kNx4YzTBi/view?usp=shari...

It does a -- at the beginning of the playing of the morse code if I type "t". Sorry about that!

I like how you did that! It's a good tool! By the way, did you use audio files for the dots and dashes or did you use a tone? 

Hi Dragonite! I played and downloaded your game. After opening it up, I hit "play". After it started, I accidentally clicked it again. Then it played it 2 times at once!

One way you could fix it would be to make it assign a variable, say, playing to "true" at the beginning of the more code playing. Then, when it's done, switch it to false. Make it only able to play the beeps when playing is false.

Thanks for putting the work into making this game! I appreciate it!

Interesting, I’m surprised I didn’t do that originally. I’ve posted a fixed version.

OK. I'll redownload it.