View on GitHub

reaction-time-game

A MakeCode project

Open this page at https://UserJHansen.github.io/reaction-time-game/

Use as Extension

This repository can be added as an extension in MakeCode.

Edit this project Build status badge

To edit this repository in MakeCode.

Using the Reaction Time Game

This extension is used to create a reaction time game. To use this extension just use the code below:

    
        reactionGame.setup(TouchPin.P0, Button.B);

        reactionGame.start();
    

Metadata (used for search, rendering)