Space invaders like with cats programmed assembly language.
For build the project you need two steep :
sudo apt-get install libgtk-3-dev make
make
If you change an image, you need to clean the project before with the following comand :
make clean
./build/SpaceInvaders
- Indentation :
8 spaces
- Label :
snake_case
- Inner label :
_function__[if|for|while][...]