Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/woxy-sensei/tetris-game-console
This is a simple Tetris game console that runs on Raspberry Pi Pico. The game is written in MicroPython and uses a 128x160 LCD display and a 4 buttons.
https://github.com/woxy-sensei/tetris-game-console
circuitpython game gameconsole tetris
Last synced: about 1 month ago
JSON representation
This is a simple Tetris game console that runs on Raspberry Pi Pico. The game is written in MicroPython and uses a 128x160 LCD display and a 4 buttons.
- Host: GitHub
- URL: https://github.com/woxy-sensei/tetris-game-console
- Owner: WoXy-Sensei
- Created: 2024-07-02T10:44:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-03T15:51:55.000Z (6 months ago)
- Last Synced: 2024-11-29T09:55:33.143Z (about 1 month ago)
- Topics: circuitpython, game, gameconsole, tetris
- Language: Python
- Homepage:
- Size: 509 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Tetris Handle Game Console in Raspberry Pi Pico
This is a simple Tetris game console that runs on Raspberry Pi Pico. The game is written in MicroPython and uses a 128x160 LCD display and a 4 buttons.
## Hardware
- Raspberry Pi Pico
- 1.8'' TFT LCD 128x160 ST7735
- 4 buttons
- Li-Po battery 3.7V
- Charge module tp4056
- Power switch
- 3D printed case## Software
CircuitPython 9.0.0 or later is required to run this game. You can download the latest version of CircuitPython from the [CircuitPython website](https://circuitpython.org/board/raspberry_pi_pico/).## Photos
![Tetris Game Console](photos/preview.jpg)
![Tetris Game Console](photos/preview2.jpg)