[Announcement] MakeCode Arcade PREHISTORIC Game Jam!

Yea there are some regions where the accelerometer doesn’t change, and it’s nonlinear too which hurts my head even more. Plus, it changes when you go to full-screen Arcade, where the width is bigger than the height.

3 Likes

A deadzone is simply an area where an input is not registered (usually for joysticks).

A gyro sensor is a sensor that detects the tilt/rotation (not speed) of an object (in the X, Y, and Z directions).

The prefix “gyro” (not to be confused with the sandwich) generally refers to an object’s rotation.

In this case, the simulator simulates hardware’s gyro by using mouse position, so we can find out where the mouse is pointed to if we find the correlation between what values the gyro sensor sees and where the mouse pointing to on the game screen. In this case, we use the X and Y “rotation.”

To better visualize this, I recommend (if you have hardware that can run Arcade) to load @UnsignedArduino’s version to hardware and see how tilt affects the sprite.

Hope this helps!

4 Likes

It’s missaligned for me…

1 Like

Gyro comes from the word gyroscope, which is a device used for measuring orientation and angular velocity. In other words, if you’ve ever used a game controller that can detect motion, it’s using a digital gyroscope.

A deadzone is an area where you can no longer detect the movement of the mouse in this case. This happens because the simulator has a limit to how far back you can tilt the “console” (simulated console, obviously)

2 Likes

Thanks!

2 Likes

this is actually the accelerometer, which measures acceleration on a few axes to approximate how a device is tilted. a gyroscope is a little different, as @Sarge mentioned it measures angular velocity and can be used to track how a device is rotated. when used together, you get something often called a 9dof or 6dof (degrees of freedom) sensor which can accurately track how a device is positioned.

the meowbit has both a gyro and an accelerometer, i think the pygamer just has an accelerometer

6 Likes

It reminds me of Zelda

2 Likes

Legend of Zelda tears of the Kingdom Is the coolest game ever!!!

2 Likes

I agree with InvalidProject99 he used UltraHand to build it.

3 Likes

I agree

3 Likes

Wow… it’s really over.

1 Like

Where is my game?

1 Like

I posted a separate post for my game, including a devlog about the merge mechanic along with other things!

1 Like

I saw yours :slightly_smiling_face:. It was really cool.

1 Like

Thanks!

1 Like

did u ever post the game itself @Lucas_M-DangerKitty ?

2 Likes

Very nice hack!

Looking forward to the official @MakeCode keyboard and mouse input extension/functionality soon and in the making?

(Please chime in/upvote everybody who wants this!)

6 Likes

Im really sad i did not finish my project :sob: :sob: :sob: :sob:

2 Likes

Same, ran out of inspiration

1 Like

yes I did in stream chat