https://github.com/techdudie/microbit-pong
A MakeCode project
https://github.com/techdudie/microbit-pong
Last synced: 9 months ago
JSON representation
A MakeCode project
- Host: GitHub
- URL: https://github.com/techdudie/microbit-pong
- Owner: TechDudie
- License: mit
- Created: 2021-04-26T20:02:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-03T23:29:41.000Z (over 4 years ago)
- Last Synced: 2023-03-06T10:28:15.627Z (almost 3 years ago)
- Language: TypeScript
- Homepage: https://techdudie.github.io/microbit-pong/
- Size: 1.63 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# microbit-pong
Pong for Microbit.
> Open this page at [https://techdudie.github.io/microbit-pong/](https://techdudie.github.io/microbit-pong/)
## Use as Extension
This repository can be added as an **extension** in MakeCode.
* open [https://makecode.microbit.org/](https://makecode.microbit.org/)
* click on **New Project**
* click on **Extensions** under the gearwheel menu
* search for **https://github.com/techdudie/microbit-pong** and import
## Edit this project 
To edit this repository in MakeCode.
* open [https://makecode.microbit.org/](https://makecode.microbit.org/)
* click on **Import** then click on **Import URL**.
* paste **https://github.com/techdudie/microbit-pong** and click import
## Blocks preview
This image shows the blocks code from the last commit in master.
This image may take a few minutes to refresh.

#### Metadata (used for search, rendering)
* for PXT/microbit
makeCodeRender("{{ site.makecode.home_url }}", "{{ site.github.owner_name }}/{{ site.github.repository_name }}");