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
- Host: GitHub
- URL: https://github.com/craigsdennis/adafruit-jumprope
- Owner: craigsdennis
- Created: 2018-03-08T05:56:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-08T05:57:02.000Z (over 7 years ago)
- Last Synced: 2024-12-28T00:21:51.547Z (5 months ago)
- Topics: adafruit, bandai, education, educational-game, jumping, makecode, maker, namco, typescript
- Language: TypeScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/approvalRead 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.)