An open API service indexing awesome lists of open source software.

https://github.com/craigsdennis/adafruit-jumprope

Virtual Jumprope for Adafruit Circuit Playground Express
https://github.com/craigsdennis/adafruit-jumprope

adafruit bandai education educational-game jumping makecode maker namco typescript

Last synced: 4 months ago
JSON representation

Virtual Jumprope for Adafruit Circuit Playground Express

Awesome Lists containing this project

README

        

# Virtual Jumprope

## Installation Instructions
```
npm install -g pxt
pxt deploy
```
** OR **

Go to https://makecode.adafruit.com/ create a New Project and flip to the JavaScript tab and paste the contents of [main.ts](./main.ts)

## Game play
Simple project that recreates the [Jumpin' Jackpot](https://www.bandainamco-am.com/game.php?gameid=7) arcade game.

Jump over the green dot by connecting a Gator clip to A7. Begin the game by pressing the other side of the clip. Lift finger to jump.

This is built using [makecode](https://makecode.adafruit.com).

## TODO

- [ ] Add a reference for your blocks here
- [ ] Add "icon.png" image (300x200) in the root folder
- [ ] Add "- beta" to the GitHub project description if you are still iterating it.
- [ ] Turn on your automated build on https://travis-ci.org
- [ ] Use "pxt bump" to create a tagged release on GitHub
- [ ] Get your package reviewed and approved https://makecode.adafruit.com/packages/approval

Read more at https://makecode.adafruit.com/packages/build-your-own

## License

MIT

## Supported targets

* for PXT/codal
(The metadata above is needed for package search.)