This is a school project. Otherwise it is a simple Space Invader project. Touch top to shoot, touch left/right to move.
You'll need the HAL for stm32, and a sane linux base build env.
This software uses the ADA-driver-library available here: https://github.com/AdaCore/Ada_Drivers_Library
For the sprites, we compile using gcc/clang a .c file, with three arrays. Each one contains a sprite.We then load them from ADA, and can launch our game.
Thanks to Paul Semel, Thomas Bitzberger, and Jordan Jacobelli.
Comments