https://github.com/craigsdennis/adafruit-tetherball
Virtual Tetherball game for Adarfruit Circuit Playground Express
https://github.com/craigsdennis/adafruit-tetherball
adafruit educational educational-game makecode typescript
Last synced: 7 months ago
JSON representation
Virtual Tetherball game for Adarfruit Circuit Playground Express
- Host: GitHub
- URL: https://github.com/craigsdennis/adafruit-tetherball
- Owner: craigsdennis
- Created: 2018-03-10T08:39:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-12T05:19:39.000Z (over 8 years ago)
- Last Synced: 2024-12-28T00:21:41.645Z (over 1 year ago)
- Topics: adafruit, educational, educational-game, makecode, typescript
- Language: TypeScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tetherball
Adafruit Circuit Playground tetherball emulator
Two player tetherball game.
## Demo
https://makecode.com/_JKRRMj7YH3ML
## Installation Instructions
Attach Gator clips for Player 1 to A5 and Player 2 to A2.
```
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)
## 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.)