Posts

Showing posts with the label MBlock
Image
  Notes on HaloCode Device Introduction HaloCode is a wireless single-board computer specifically designed for educational purposes. It is an easy-to-use device that helps beginners and students learn programming, electronics, and robotics. Equipped with built-in sensors, LEDs, and wireless communication features, it provides a hands-on approach to STEM education. Features of HaloCode Circular Design with LEDs : A round design with 12 RGB programmable LEDs that can display vibrant colors. Built-in Sensors : Microphone : Recognizes sound and supports voice commands. Motion Sensor : Detects motion and tilts (3-axis gyroscope). Touch Sensor : Allows interaction via capacitive touch points. Wireless Communication : Built-in Wi-Fi for IoT applications and communication between devices. Microcontroller : Powered by an ESP32 chip, making it versatile and fast. Expansion Ports : Can connect to external ...

Fish Catch Game using MBLOCK

  Code for Fish Sprite blocks Copy code when green flag clicked go to x: (pick random -240 to 240) y: (pick random -180 to 180) show forever     glide (pick random 1 to 3) seconds to x: (pick random -240 to 240) y: (pick random -180 to 180) end   when I receive [caught v] wait (2) seconds go to x: (pick random -240 to 240) y: (pick random -180 to 180) show Code for Net Sprite blocks Copy code when green flag clicked forever     go to [mouse-pointer v] end   Code for Catching Fish (Net) blocks Copy code when green flag clicked forever     if <touching [Fish v]> then         broadcast [caught v]         hide         play sound [pop v]         change [Score v] by (1)     end end Code for ...

Last 7 Days

MS-POWERPOINT 081

Positional and Non-Positional Number Systems,

UT-Extra Dozz (G8)