Game Project

Support forum for MegunoLink
Post Reply
jemcofilms
Posts: 1
Joined: Fri Jan 17, 2020 8:55 pm

Fri Jan 17, 2020 9:11 pm

Dear Megunolink:

I am working on a trade show game device.


I want to use the arduino to monitor placement of cartridges in a holder. The game is: 3 cartridges need to be rearranged and placed in a new order. The arduino measures the time it takes to complete the task.

I want to build an interface to show what the desired order is, record the time to complete the task and display the most recent time.

Ultimately I want to know who got the fastest time to rearrange.

My son and I have built a simple script for the Arduino, and have build the game circuit, but want to create a meaningful user interface to show what's going on.

Is Megunolink a good choice for this project?

I'm enclosing the Arduino Script if it helps.

Any advice would be greatly appreciated.
Attachments
SimpasCode.zip
(1019 Bytes) Downloaded 480 times
philr
Posts: 446
Joined: Mon May 26, 2014 10:58 am

Mon Jan 27, 2020 2:30 am

It sounds like it should be possible. You could show or hid images which indicate the desired order. Megunolink is basically controlled from the Arduino end so if you can send a message to tell it what you want it should work fine.

This example shows you how to show and hide images
https://github.com/Megunolink/MLP/tree/ ... PictureBox

Cheers
Phil
Post Reply