Space Invaders clone for STM32F746-DISCO board, using uGFX library
This is a ready-to-run demo containing everything requried to compile & run on an STM32F746G-Discovery board. Successfully tested with uGFX 2.6 and GNU ARM GCC 5.6.
To compile, execute 'make' in the 'project' directory.
This demo has been written by "MrManlu", based on the example project Sokoban
- Transpose the invaders matrix when playing in portrait mode.
- Proper documentation (compiling, flashing and debugging).