Skip to content

eddyharrington/PigLatin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pig Latin Converter

This is a pig latin converter tool that I created as a challenge from Martyr2’s Mega Project List. The challenge states: "Pig Latin is a game of alterations played on the English language game. To create the Pig Latin form of an English word the initial consonant sound is transposed to the end of the word and an ay is affixed (Ex.: "banana" would yield anana-bay)." More information about Pig Latin and the rules can be found on Wikipedia.

GIF Demo of the Pig Latin converter in action!

Instructions

  1. Navigate to the repo
  2. Clone or download the repo locally
  3. Build the solution in Visual Studio
  4. Type something in the text box (note: words longer than 29 characters, special characters, and numbers are not allowed)
  5. Click the pig picture to execute the conversion
  6. Witness the amazing conversion to Pig Latin!

Discussion

This was a simple learning exercise and I used it as an opportunity to practice test-driven-development. Of course, there are a number of other improvements that could have been included: converting Pig Latin back to english, allowing numbers and special characters, speech-to-text input, etc.

About

Convert words to pig latin!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages