Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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: 2023-03-05T11:07:58.295Z (almost 2 years 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: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# esp32-breakout-TTGO
[![Platform IO CI](https://github.com/rzeldent/esp32-breakout-ttgo/actions/workflows/main.yml/badge.svg)](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).
![Splash screen](images/image_splash.bmp)
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:
[![IMAGE ALT TEXT](http://img.youtube.com/vi/N6V7ZJkhSbc/0.jpg)](http://www.youtube.com/watch?v=N6V7ZJkhSbc "Breakout")