Skip to content

jh-488/edrys_challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Edrys challenges

A couple of challenges for Edrys-Lite.

To create a classroom with a challenge, just click the deploy button of the desired challenge.

To use your machine as a station, you need to run the Edrys Server locally.

Turn-On-Led-001

A simple challenge where the student has to turn on the built in LED of the board.

Required arduino libraries : ArduinoUnit

Turn-On-Led-001(with-timer)

The same challenge as Turn-On-Led-001, but with a timer. The student needs to solve the challenge before the time ends.

Required arduino libraries : ArduinoUnit

DEMO:

turn.on.led.mp4

Turn-On-Led-001(Multiplayer)

A multiplayer mode for the Turn-On-Led-001 challenge. Multiple students can gather in a room and the first one to solve the challenge wins.

Required arduino libraries : ArduinoUnit

DEMO:

turn.on.led.-.Multiplayer.mp4

Missing-Led

After starting this challenge, 2 LEDs out of the 3 will be turned on. The student need to write a program that will turn on the missing one and turn off the other 2 LEDs.

Required arduino libraries : ArduinoUnit

DEMO:

missing.led.mp4

Snake-Game

A fun game where the student need to modify the given code to display an item on the LED Matrix and move the snake to eat it. If the item is eaten, a happy face will be displayed on the LED Matrix. If the snake hits itself or the borders a sad face will show.

Required arduino libraries : LedControl

DEMO:

snake.game.mp4

RGB-LED

After starting the challenge the module generates a random color and a challenge template. The user needs to fill the blanks with the right code values. Once the correct answer is submitted, the user wins the challenge and the RGB LED on the board change colors.

DEMO:

rgb.led.mp4

RGB-LED(Multiplayer)

A multiplayer mode for the RGB-LED challenge. Multiple players can join a room and the first one to solve the challenge wins.

About

Challenges for Edrys-Lite

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published