https://github.com/vpoulailleau/spaceinvaders-micropython
Space invaders game in MicroPython on STM32F4-Discovery and STM32F4-Discovery Shield
https://github.com/vpoulailleau/spaceinvaders-micropython
micropython space-invaders stm32f4 stm32f4-discovery
Last synced: 13 days ago
JSON representation
Space invaders game in MicroPython on STM32F4-Discovery and STM32F4-Discovery Shield
- Host: GitHub
- URL: https://github.com/vpoulailleau/spaceinvaders-micropython
- Owner: vpoulailleau
- License: bsd-3-clause
- Created: 2021-05-03T12:44:06.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-03T15:54:46.000Z (about 5 years ago)
- Last Synced: 2025-09-01T08:02:19.242Z (10 months ago)
- Topics: micropython, space-invaders, stm32f4, stm32f4-discovery
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Space Invaders MicroPython
Space invaders game in MicroPython on STM32F4-Discovery and STM32F4-Discovery Shield.
Tested with:
- STM32F4-Discovery with LIS3DSH accelerometer (available since PCB version B)
- STM32F4-Discovery Shield (just for UART to USB conversion)
- MicroPython v1.14
## Rules
Kill all enemies:
- Shoot with the user button (the blue one)
- Move the board to move the spaceship
- Press the reset button (the black one) to play again