Encode & Decode Messages

Encode & Decode Messages

This is an "Encode & Decode Message Game" (Deployed with the help of a low-code platform, Anvil Framework).

To play the game you can scroll down into the Play Here section or download all the python files in the game RESPOSITORY and execute it in your personal code editor.
After the game deployment, you can access its rules.

Play Here

Game Rules

  • The encode & decode game allows you to write a message, chose a "shift" value, and it will return you an encoded message of the text you wrote.
  • You can pass the message to another person with the shift number that was used and whoever has it can decode the message
  • The steps to use the app are really simple:
    • Write the message you want to encode/ decode
    • Chose a "shift" value that will allow each letter of the message to gain another value
    • Enter the Shift value chosen
    • The result message will appear in the "Result of the encode/decode process" box area.