Play Pong With Scratch for PcDuino

by Linksprite in Circuits > Software

1804 Views, 5 Favorites, 0 Comments

Play Pong With Scratch for PcDuino

pingpang.jpg

pcDuino team developed a custom version of Scratch for pcDuino. It’s fairly easy to install it. We simply need to type:

$sudo apt-get install pcduino-scratch

In this tutorial, we are going to see how to create a pong game on pcDuino using Scratch.

Compared to the MIT scratch, the Scratch of pcDuino has a hardware tab, and this makes the hardware programming really easy.

Step 1: Pong

pingpang.jpg

In this game, we will use hand to control the movement of the boards to
reflect the ball back. When we wave the hand closer to the sensor, the board will move down, and move up when we move away from the sensor.

Step 3: Wiring Diagram

pingpang3.jpg
pongsetup.jpg

The following diagram shows how to wire infrared sensors to pcDuino:

A picture of the real setup is shown below:

Step 4:Scratch for PcDuino Screen Shot

pong_1.jpg
pong_2.jpg
pong3.jpg

The pong scratch file can be downloaded from: https://github.com/pcduino/scratch4pcduino_projec...