Introduction: Smart Basketball Arcade Game With Score Counting Hoops Using Evive- Arduino Embedded Platform

About: STEMpedia is a place bringing project-making tools at one place- kits, online courses, coding platforms, controller app and tons of free learning resources.

Of all the games out there, the most entertaining are arcades games. So, we thought why not make one ourselves at home! And here we are, the most entertaining DIY game you'd have ever played until now - the DIY Arcade Basketball Game! Not only is this game super fun to play but also super duper fun to make! With step-by-step instructions and easy programming in PictoBlox - a graphical programming software with advanced capabilities, this game is going to be the best game you will ever play!

So what are you still doing here? Download PictoBlox from HERE and get started!

Step 1: List of Components Required

Hardware

  • evive
  • IR Sensor
  • Micro Servo and its accessories
  • Thick Cardboard
  • Color Chart Paper
  • Polystyrene Cups
  • Glue Gun and Glue Sticks
  • Jumper Cables

Software

All the above electronic components can be found in the Starter Kit.

Step 2: Understanding the Design

Take a cardboard sheet and cut the following pieces of the Arcade game according to the dimensions given in the image above. You can try making it using MDF sheets for more durability.

  1. The Roof
  2. The Side Walls of the Ground (x 2)
  3. The Base of the Ball Holder
  4. The Servo Door
  5. Stand for the Leaderboard
    1. Back Support
    2. Front Support
  6. The Base of the Ball Holder
  7. The Base of the Ground
    1. The Left V-Shaped Wall
    2. The Right V-Shaped Wall
  8. The Back Wall
  9. The Front Wall
  10. The Side Walls of the Ball Holder (x 2)

Step 3: Making of the Basketball Hoops

Let’s start with the easy part: The Hoops.

Take small cups of Polystyrene, you can take any number of the glasses depending on the number of hoops you want to have. Cut the base of the glasses so that when we shoot the balls in them, the balls can easily pass. Perforate the glasses using a cutter to make them look like the net.

Step 4: Making the Hoops Smarter

The nets that we made in the previous step are the dumb nets. They cannot count the shoots you did in each basket nor can give you the score. How about we make the nets that give us the score by multiplying the number of times the ball has passed through the nets to the score assigned to them.

We are going to use the IR Sensor for the same purpose. Test all the IR Sensor using the Pin State Monitor option of evive's firmware.

  1. Take a pair of ice cream sticks and stick them together in a way that they get transformed into a long one.
  2. Wrap a piece of colored paper around it tightly to make it look like a poll. We have to make a pole for each hoop.
  3. Now, onto these poles, attach I Sensor using Hot Glue and fix these IR Sensors into the holes on the glasses.
  4. Once done, fix the hoops on the ground. But, make sure you pass the wires through the ground. You can also attach one hoop at the back wall if you want to.

In our case, we are going to assign the scores to the hoops based on how difficult it is to shoot in them. The basket nearest to us will give us 10 points, the middle one will give 20 points, whereas the basket on the back wall will give 50 points.

Note: you can assign the score the way you want.

Step 5: Making the Court

Let’s begin making the basketball court.

  1. Attach the V-shaped walls on the base using Hot Glue as shown in the first image above. These walls collect all the balls.
  2. Take the two side walls and draw a straight line in the center of each wall. Now, glue the base of the court to these lines(one on each side). Doing this will give elevation to your court and helps to collect the balls together at a single place.
  3. Time to cover the court from the remaining side. Glue the front wall to the base but make sure that the space in the front wall and the V-shaped walls are aligned.
  4. Finally, attach the back wall to the base.

Thus, the basketball court is done.

Step 6: Fixing the Servo

Fix the micro servo to the small space given in the front wall using hot glue. We will make most of the connections underneath the court. Thus, make a small cut besides servo on the base so that you can pass the wires through it.

Make sure, that you have tested the servo beforehand using evive's firmware.

Step 7: Fixing the Roof and the Door/ Ball Stopper

Take the roof piece and glue the walls that work as the stand to the leaderboard to it as shown in the image. Now, fix this roof piece to the court walls.

Once done, take the small cardboard door and attach it to the servo horn. This will give you a fixed number of shots. How? The balls collected won’t pass through the gates until and unless you open this door. Those, we will code it in a way such that the door opens only at the beginning of the game so that all the balls get collected into the ball holder. As soon as the game starts the door closes.

Step 8: Assembly of the Catapult or the Launcher

Now, its time to make the most important element of the game, the catapult or the launcher.

  1. Take six small cardboard pieces nearly 2 cm x 2 cm each and make two stacks out of them.
  2. Once you have the stacks, place them onto one cardboard piece leaving some distance between them.
  3. Pass a toothpick between them and paste an ice cream stick at the center of it.
  4. Now, fix two toothpicks in the stacks in such a way that they should point outward.
  5. Now, fix a small rubber band across these sticks.
  6. Finally, glue a cap on the ice cream stick to hold the ball.

Once done, decorate it the way you want. Place this in the center of the roof on the court.

Step 9: Making the Box That Holds the Balls

It’s time to make the ball holder. When all the balls slide through the door, we cannot let them roll around. Thus, we need a ball holder.

  1. Take the base of the ball holder and glue it to the front wall using Hot Glue.
  2. Next, glue the side walls to it.
  3. Finally, glue the front wall of the ball holder.

This is where the making ends.

Step 10: Decorating the Arena

Now, you can decorate the basketball game the way you want.

Step 11: Adding the LeaderBoard

Time to add the leaderboard. We are going to use evive for the same. Before we place evive on the roof where we have kept the place for it, make the connections first.

  • Connect all the three IR Sensors and the micro servo in parallel and connect their GND to evive’s GND pin and VCC to evive’s 5V pin.
  • Now, time to connect the Signal Pins:
    • IR Sensor 1 – Digital Pin 2 of evive
    • IR Sensor 2 – Digital Pin 3 of evive
    • IR Sensor 3 – Digital Pin 4 of evive
    • Servo Motor – Digital Pin 5 of evive

We are going to display the messages, score, and timing on the screen.

Step 12: Time to Code

To code it in a simpler way, we are going to use PictoBlox, a graphical programming software.

You can write the following script or directly upload the code given below:

Step 13: Conclusion

With this, you are all set to challenge your family and friends to an exciting game of Arcade Basketball! Enjoy! :D

Arduino Contest 2019

Participated in the
Arduino Contest 2019