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
- 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
- Open the File
- Open
encoding-ascii.html
in your code editor
- Look for the sections that use π and π
- 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
- 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
- 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
- Choose emojis that are clearly different from each other
- Test your encoding by decoding the messages to make sure they work
- Keep messages short and simple for easier testing
- Make sure everyone in the group understands the encoding system
π 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