Skip to content

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

License

Notifications You must be signed in to change notification settings

fpsapc/Decode-a-Morse-code-message

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Morse Code Decoder

Morse Code Decoder

📗 Table of Contents

📖 Morse Code Decoder Morse Code Ruby

Morse Code Decoder is a Morse Code decoder written in Ruby. Its primary goal is to decode Morse Code messages into English text.

Description:

During a seaside vacation, numerous old bottles containing parchments with Morse code messages were discovered. This led to the creation of this Ruby program, which is designed to automate the process of Morse code decryption.

The program can convert a string of Morse code into English. It understands Morse code representations for all alphabets (both lower case and upper case), and numbers from 0-9.

🛠 Built With

Tech Stack

Backend

Key Features

  • Converts a single Morse code character into its corresponding English character.
  • Decodes an entire Morse code word into its corresponding English word..
  • Decodes an entire Morse code message into its corresponding English sentence.

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

Install Ruby

Setup

  cd my-folder
  git clone https://github.com/fpsapc/Decode-a-Morse-code-message.git

Install

This project does not require additional dependencies, just Ruby interpreter. However, it uses RuboCop as a linter and you should set it up as well.

bundle install

Usage

To run the project, navigate to the project directory and execute the following command:

  ruby decode_morse_code.rb

Run tests

To run tests, run the following command:

Run the following command

rubocop

Deployment

You can deploy this project using:

Not available at the moment.

(back to top)

👥 Authors

👤 Salman Ahmad Khan

👤 Daniel Falcon

(back to top)

🔭 Future Features

  • We will add more features later.

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages