https://github.com/rzeldent/esp32-breakout-ttgo
Breakout game for the ESP32 TTGO LCD module. Game adapted from Volos Projects for PlatformIO.
https://github.com/rzeldent/esp32-breakout-ttgo
breakout esp32 game game-development games platformio ttgo ttgo-t-display
Last synced: 3 months ago
JSON representation
Breakout game for the ESP32 TTGO LCD module. Game adapted from Volos Projects for PlatformIO.
- Host: GitHub
- URL: https://github.com/rzeldent/esp32-breakout-ttgo
- Owner: rzeldent
- Created: 2020-10-18T12:17:24.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-10-16T20:02:23.000Z (over 2 years ago)
- Last Synced: 2025-04-12T04:12:32.350Z (3 months ago)
- Topics: breakout, esp32, game, game-development, games, platformio, ttgo, ttgo-t-display
- Language: Python
- Homepage: https://www.youtube.com/channel/UCit2rVgOvhyuAD-VH5H_IHg
- Size: 258 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# esp32-breakout-TTGO
[](https://github.com/rzeldent/esp32-breakout-ttgo/actions/workflows/main.yml)
All the credits go to [Volos Projects](https://www.youtube.com/channel/UCit2rVgOvhyuAD-VH5H_IHg).

Initially just made this repository to easy upload the game using PlatformIO.
However over time stared to refactor the game to make it more readable/understandable for myself.Changes:
- The splash screen has been converted back to BMP and is stored as a GZIP image.
- Structures for ball(speed), and tiles, reorganized the tile
- New names for variables
- Checking if all the tiles are hit instead of checking the score
- ...See the original video on YouTube:
[](http://www.youtube.com/watch?v=N6V7ZJkhSbc "Breakout")