Skip to content

UserJHansen/reaction-time-game

Repository files navigation

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)

  • for PXT/microbit
<script src="https://makecode.com/gh-pages-embed.js"></script><script>makeCodeRender("{{ site.makecode.home_url }}", "{{ site.github.owner_name }}/{{ site.github.repository_name }}");</script>