Kingjosh007 / decode-morse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

    Ruby

Decode Morse Messages

About

In this project my partner and I created a couple functions in Ruby to decode Morse messages. The code is written in main.rb and consists in three functions:

  • decode_morse_char: takes a character encoded in Morse, and returns the corresponding character in uppercase.
  • decode_morse_word: takes a word encoded in Morse, and returns the corresponding word in uppercase.
  • decode_morse_message: takes a string encoded in Morse, and returns the corresponding string representation.

Built With

Ruby

Authors

πŸ‘€ King Josaphat Chewa (KJC)

πŸ‘€ Grace Kabaghe

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Heartfelt thanks to Microverse

πŸ“ License

This project is MIT licensed.

About


Languages

Language:Ruby 100.0%