Decode Morse Code

During your vacation at the seaside, time after time you find old bottles with parchment inside. Out of curiosity, you look into the next bottle and see that there is a message written in Morse code. Your curiosity grows even more - maybe you just found the lost treasure of the pirates! However, you are getting tired of decrypting messages manually. Fortunately, you can program in Ruby and you can help yourself by automating this process.

Let's not waste time, the pirate treasure awaits! Let's get to work.

Built With

  • Ruby
  • Git
  • GitHub
  • VSCode
  • Rubocop

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • A text editor(preferably Visual Studio Code)

Install

  • Ruby

Using it Locally

  • Clone the project

git clone https://github.com/sabetech/decode-morse-code

cd decode-morse-code

  • To Start the programs

open terminal navigate to the root of the project run the command $ruby decode_morsecode.rb see the result of the code

Authors

👤 Albert Mensah-Ansah

👤 Said Rasinlic

🤝 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

  • Microverse
  • Stackoverflow from helping me out when I get stuck