Awesome
MakeCode Arcade Cabinet Menu
The application that lets you launch multiple games on Raspberry Pi Zero.
How to build this menu into the Pi0
- open https://arcade.makecode.com/beta
- import https://github.com/microsoft/pxt-arcade-cabinet-menu
- download for Pi0
- drag and drop into the ARCADE drive on the Pi0. it will replace the existing menu.
How to build locally
- install node.js 8.9.4
- install and setup PXT command line
npm install -g pxt
pxt target arcade
- build an arcade cabinet
- build .uf2 file
pxt build --i --hw rpi
- connect your computer to the Raspberry Pi 0.
- copy generated
arcade-menu.uf2
file to theARCADE
drive
Microsoft Open Source Code of Conduct
This project has adopted the Microsoft Open Source Code of Conduct.
Resources:
- Microsoft Open Source Code of Conduct
- Microsoft Code of Conduct FAQ
- Contact opencode@microsoft.com with questions or concerns