This project will translate proper English to 1337 5p3ak! This project will was built with the purpose of testing testing.
Specification | Example Input | Example Output |
---|---|---|
"e" should be replaced with "3" | "Please" | "Pl3as3" |
"o" should be replaced with "0" | "Choose" | "Ch00s3" |
Capital (not the lowercase "I" should be replaced with "1" | "Individual" | "1ndividual" |
"t" should be replaced with "7" | "Television" | "7elevision" |
"s" should be replaced with "z", unless it is the first letter of a word. | "Sass" | "Sazz" |
- First, clone this repository to your desktop by navigating to the desktop in the Terminal ("cd desktop") and then entering "git clone Project Directory Here".
- Download the .NET Core SDK here(Windows 10) for Apple OS you will need to find the relevant download link.
- Once the directory is cloned to your desktop, open the directory in the Terminal ("cd Project Directory").
- After all the above is completed, open the directory in Visual Studio Code by entering the command "code ." in the Terminal.
- At the root directory for this project in your chosen command promt program, enter the command "dotnet build" followed by "dotnet run".
- Git
- VS Code
- C#
- .NET
Currently there are no known bugs.
This project is licensed under the MIT license.
Copyright (c) 2020 Geoff Goetz & Brandan Sayarath.