Site audit: fix broken images, add activity metadata, clean up content
- Remove broken image references from 25 MDX files (deleted spacer/content images) - Add codingSkills and roverConcepts frontmatter to 24 activity pages - Fix "Activity Demonstration" headings in 15 activity files (plain text -> h3) - Remove unused "All" category from 89 MDX files - Decode HTML entities (> < ) in 9 content files - Escape bare < > characters in MDX to fix build errors - Standardize contact email to contact@micromelon.com.au - Add missing description to rover-repair-request metadata - Include previous session work: about-us updates, difficulty filtering, LearningPathway component, expanded schools list, new product/resource images Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,15 +1,17 @@
|
||||
---
|
||||
title: "Activity: Sumo II"
|
||||
date: "2021-06-04"
|
||||
categories: ["Activities", "All", "Simulator Activities"]
|
||||
categories: ["Activities", "Simulator Activities"]
|
||||
tags: ["Colour Sensors", "Branching", "Iteration", "Algorithm Design", "Ultrasonic", "IR", "Motors", "Intermediate"]
|
||||
codingSkills: ["Branching", "Iteration", "Algorithm Design"]
|
||||
roverConcepts: ["Colour", "Ultrasonic", "IR", "Motors"]
|
||||
excerpt: "Improve your sumo algorithm by adding IR sensors to detect opponents from the sides and implementing smarter search patterns."
|
||||
featuredImage: "/images/resources/sumo.png"
|
||||
---
|
||||
|
||||
Level up your sumo robot. In this intermediate challenge, you'll add the IR distance sensors to detect opponents from multiple directions and create a smarter search pattern to find and engage your opponent faster.
|
||||
|
||||
Activity Demonstration
|
||||
### Activity Demonstration
|
||||
|
||||
### Setup
|
||||
|
||||
|
||||
Reference in New Issue
Block a user