- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Morse Code Decoder is a simple program that allows users to convert Morse code messages into plain text. The decoder is implemented in Ruby and can be run from the command line. The program takes a string argument containing the Morse code message, and outputs the decoded message to the terminal.
- Ruby
- Decode Morse Code into ASCII characters
- Understand Ruby built-in methods
- Understand Ruby syntax
To get a local copy up and running, follow these steps.
In order to run this project you need:
To get a copy of this project locally you need to run these commands in your terminal. Before starting the steps below, be sure you have Git.
- Clone the repository
git clone git@github.com:Kweeka1/morse-code.git
- Go inside directory
cd morse-code
- Run
decode.rb
ruby decode.rb
👤 Mohamed Talbi
- GitHub: Mohamed Talbi
👤 Ahmed Mohsen
- GitHub: Ahmed Mohsen
- Add method to encode ASCII characters into morse code
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a star if you like this project!
I would like to thank Microverse for project inspiration.
This project is MIT licensed.