codex-lv2-may-2025

Navigation

1 | 2 | 3 | 4 | 5 | Current Level: 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14


Step 6: Update ASCII Binary Page πŸ”€

🎯 Objective

Customize the ASCII binary encoding page with your group’s chosen emojis and create encoded messages.


πŸ“‹ Task Requirements

Who: ALL team members (ONE person drives, others navigate)


πŸ” Step-by-Step Instructions

  1. Choose Your Emojis
    • As a group, decide on two emojis to replace 🍎 and 🍌
    • Make sure the emojis are distinct and easy to distinguish
    • Write down your emoji choices
  2. Open the File
    • Open encoding-ascii.html in your code editor
    • Look for the sections that use 🍎 and 🍌
  3. Replace the Emojis
    • Find all instances of 🍎 and replace with your first chosen emoji
    • Find all instances of 🍌 and replace with your second chosen emoji
    • Update both the visual examples and the ASCII table
  4. Create Your Group’s Messages
    • Replace the example messages with your own encoded messages
    • Create at least 3 different messages using your emoji system
    • Make sure the messages are appropriate and fun
  5. Update the ASCII Table
    • Ensure the binary values are correct (🍎 = 01000001, 🍌 = 01000010)
    • Update the table to show your new emojis with their binary values
    • Make sure the table is complete and accurate

βœ… Success Criteria


πŸ’‘ Tips


πŸš€ Ready for Next Step?

Once the ASCII binary page is updated, you’re ready for Step 7: Update Custom Emoji Alphabet Page.


πŸ’Ύ Git Workflow Reminder

After completing this step:

git add .
git commit -m "Update ASCII binary page with group's emoji choices"
git push