Navigation
1 | 2 | 3 | 4 | 5 | 6 | Current Level: 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14
Step 7: Update Custom Emoji Alphabet Page ๐จ
๐ฏ Objective
Create a custom emoji alphabet encoding system and update the page with your groupโs unique encoding rules.
๐ Task Requirements
Who: ALL team members (ONE person drives, others navigate)
๐ Step-by-Step Instructions
- Design Your Emoji Alphabet
- As a group, create a complete A-Z emoji mapping
- Choose emojis that represent each letter (e.g., ๐ for A, ๐ for B)
- Make sure each emoji is unique and memorable
- Write down your complete alphabet mapping
- Open the File
- Open
encoding-emojis.html
in your code editor
- Look for the existing emoji alphabet table
- Update the Decoder Key Table
- Replace the existing emoji mappings with your groupโs alphabet
- Create a complete A-Z table with your chosen emojis
- Make sure the table is clear and easy to read
- Create Encoded Messages
- Write at least 3 messages using your custom alphabet
- Include both the encoded version (emojis) and decoded version (text)
- Make the messages fun and relevant to your group
- Update Examples and Instructions
- Replace the example messages with your groupโs messages
- Update any instructions to reflect your emoji system
- Make sure everything is consistent with your alphabet
โ
Success Criteria
๐ก Tips
- Choose emojis that make sense for each letter (e.g., ๐ for A, ๐ป for B)
- Test your encoding by decoding messages to ensure accuracy
- Keep the alphabet simple and memorable
- Make sure all team members understand the system
๐ Ready for Next Step?
Once the custom emoji alphabet page is updated, youโre ready for Step 8: Update Main Landing Page.
๐พ Git Workflow Reminder
After completing this step:
git add .
git commit -m "Update custom emoji alphabet page with group's encoding system"
git push