Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/isacben/picocade

🕹ī¸ An arcade controller for the pico-8 fantasy console.
https://github.com/isacben/picocade

arcade circuitpython game-development gamedev pico-8 pico8 raspberry-pi raspberry-pi-pico video-game

Last synced: 7 days ago
JSON representation

🕹ī¸ An arcade controller for the pico-8 fantasy console.

Awesome Lists containing this project

README

        

# picocade

An arcade controller for the PICO-8 fantasy console powered by a Raspberry Pi Pico and CircuitPython.

## Features

- An `esc` and `splore` button to find and select PICO-8 games from the controller (no keyboard needed)
- `Z` and `X` buttons for gameplay (can be customize with Python)
- USB-C connection (can be replace with a different type of USB port)
- Power LED

![The picocade](/img/picocade-cover.jpg)

## Documentation

The list of parts (BOM) and the guide to build this arcade controller are here:

[Documentation](https://github.com/isacben/picocade/blob/main/docs/README.md):

1. [Check the Bill Of Materials (list of parts)](https://github.com/isacben/picocade/blob/main/docs/BOM.md)
2. [Work on the hardware](https://github.com/isacben/picocade/blob/main/docs/hardware.md)
3. [Install CircuitPython](https://github.com/isacben/picocade/blob/main/docs/circuitpython.md)
4. [Install the picocade code](https://github.com/isacben/picocade/blob/main/docs/software.md)
5. [Assambly the box](https://github.com/isacben/picocade/blob/main/docs/box.md)

## Author

Isaac Benitez