/pxt-arcade-cabinet-menu

The menu application running on MakeCode Arcade cabinets

Primary LanguageTypeScriptMIT LicenseMIT



MakeCode Arcade Cabinet Menu Build Status

The application that lets you launch multiple games on Raspberry Pi Zero.

How to build this menu into the Pi0

How to build locally

  • install node.js 8.9.4
  • install and setup PXT command line
npm install -g pxt
pxt target arcade
pxt build --i --hw rpi
  • connect your computer to the Raspberry Pi 0.
  • copy generated arcade-menu.uf2 file to the ARCADE drive

Microsoft Open Source Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct.

Resources:

<script src="https://makecode.com/gh-pages-embed.js"></script><script>makeCodeRender("https://arcade.makecode.com/", "{{ site.github.owner_name }}/{{ site.github.repository_name }}");</script>