Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add EV3 Game program #55

Open
wants to merge 15 commits into
base: stretch
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added robots/EV3_GAME/Boo.wav
Binary file not shown.
Binary file added robots/EV3_GAME/Cheering.wav
Binary file not shown.
22 changes: 22 additions & 0 deletions robots/EV3_GAME/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# EV3 Game

> Designed by Ricardo Oliveira
>
> This robot is all set to play tricks on you. Hide the red ball under the shell, use the IR Beacon to set your level, and watch the robot shuffle and hide the ball – but where? Challenge your friends to see who can find the red ball first!

The build instructions may be found at the official LEGO MINDSTROMS site [here](https://www.lego.com/cdn/cs/set/assets/bltced0f5f5980c6a3d/EV3GAME.pdf)

EV3Game works as follows:

- Put a small ball or marble under the middle cup.

- Choose the difficulty level by the IR beacon buttons: the Up buttons raise the level (up to 4) and the Down buttons lower the level (minimum 1). The level is printed on the screen.

- Press the Touch Sensor to start the game and make the robot shuffle the cups.

- Guess which cup has the ball by pressing:
- Left Up IR button: choose left cup
- Beacon IR button (press twice): choose middle cup
- Right Up IR button: choose right cup

- Repeat again and again to play many games.
Loading