Open this page at https://UserJHansen.github.io/reaction-time-game/
This repository can be added as an extension in MakeCode.
- open https://makecode.microbit.org/
- Create a New Project
- click on Extensions under the gearwheel menu
- search for https://github.com/UserJHansen/reaction-time-game and import
To edit this repository in MakeCode.
- open https://makecode.microbit.org/
- click on Import then click on Import URL
- paste https://github.com/UserJHansen/reaction-time-game and click import
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();
- for PXT/microbit