Arcade Compatible Devices
Boards
These boards run MakeCode Arcade games. Choose a board to find out more about it and where you can get one!
[
{
"name": "Meowbit",
"description": "A retro game console for STEM education from Kittenbot team",
"imageUrl": "/docs/static/hardware/meowbit.png",
"url": "https://www.kittenbot.cc/collections/frontpage/products/meowbit-codable-console-for-microsoft-makecode-arcade",
"variant": "hw---stm32f401"
},
{
"name": "TinkerGen GameGo",
"description": "A fun-sized console to play the games you code.",
"imageUrl": "/docs/static/hardware/gamego.jpg",
"url": "https://www.tinkergen.com/gamego",
"variant": "hw---stm32f401"
},
{
"name": "MRT Game Maker Kit",
"description": " Sleek hand-held game device with a hard case and a USB-C port.",
"imageUrl": "/docs/static/hardware/mrt-gamemaker-kit.png",
"url": "https://www.myrobottime.co.kr/gamemakerkit",
"variant": "hw---stm32f401"
},
{
"name": "Kitronik ARCADE",
"description": "ARCADE is a programmable gamepad for use with MakeCode Arcade.",
"imageUrl": "/docs/static/hardware/kitronik.jpg",
"url": "https://www.kitronik.co.uk/arcade",
"variant": "hw---samd51"
},
{
"name": "Retro Arcade for Education",
"description": "The Retro has a big screen, colorful protective case, d-pad and vibration motor",
"imageUrl": "/docs/static/hardware/elecfreaksarcade.jpg",
"url": "https://shop.elecfreaks.com/products/elecfreaks-retro-makecode-arcade-for-education",
"variant": "hw---stm32f401"
},
{
"name": "Adafruit PyBadge",
"description": "It's a badge, it's an arcade, it's a PyBadge",
"imageUrl": "/docs/static/hardware/pybadge.jpg",
"url": "https://www.adafruit.com/product/4200",
"variant": "hw---samd51"
},
{
"name": "Adafruit PyGamer",
"description": "The upgraded PyBadge",
"imageUrl": "/docs/static/hardware/pygamer.jpg",
"url": "https://www.adafruit.com/product/4242",
"variant": "hw---samd51"
},
{
"name": "BrainPad Arcade",
"description": "Learn how BrainPad Arcade lets you run games on a small handheld console.",
"imageUrl": "/docs/static/hardware/ghiarcade.jpg",
"url": "https://brainpad.com/arcade",
"variant": "hw---stm32f401"
},
{
"name": "Ovobot Xtron Pro",
"description": "A programmable modular console to create games, design wearables and make creative projects.",
"imageUrl": "/docs/static/hardware/xtronpro.png",
"url": "https://www.ovobot.cc/en/product/detail/xtron-pro/",
"variant": "hw---stm32f401"
},
{
"name": "Adafruit EdgeBadge",
"description": "It's the PyBadge with a zest of Machine learning",
"imageUrl": "/docs/static/hardware/edgebadge.jpg",
"url": "https://www.adafruit.com/product/4400",
"variant": "hw---samd51"
},
{
"name": "Adafruit M4",
"description": "Learn how to run your games on micro-controllers from Adafruit",
"imageUrl": "/docs/static/hardware/adafruitm4.jpg",
"url": "https://learn.adafruit.com/makecode-arcade-m4",
"variant": "hw---samd51"
},
{
"name": "micro:bit Newbit Shield",
"description": "Use the micro:bit with an expansion board from Kittenbot",
"imageUrl": "/docs/static/hardware/newbit.png",
"url": "https://www.kittenbot.cc/products/newbit-arcade-shield"
},
{
"name": "micro:bit Retro Shield",
"description": "Use the micro:bit with an expansion board from Elecfreaks",
"imageUrl": "/docs/static/hardware/retro-shield.jpg",
"url": "https://shop.elecfreaks.com/products/micro-bit-retro-programming-arcade"
},
{
"name": "micro:bit Game:Bit Shield",
"description": "Use the micro:bit with an expansion board from iCShop",
"imageUrl": "/docs/static/hardware/bit-shield.png",
"url": "https://www.icshop.com.tw/products/368112100137"
},
{
"name": "Add Board",
"description": "Are you looking to build your own hardware to run Arcade games? This in-depth guide provides the technical details and specifications to get started.",
"url": "/hardware/adding",
"imageUrl": "/docs/static/hardware/minipcb.png"
}
]
Adding a New Board to Arcade
If you want to design a board with Arcade support, refer to the Adding Board page.
There are a few resources about adding new MCUs in the Arcade Hardware Development page.