Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 636 Bytes

README.MD

File metadata and controls

38 lines (24 loc) · 636 Bytes

Cats Invasion

Space invaders like with cats programmed assembly language.

Preview

preview.png

Build

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

Run

./build/SpaceInvaders

Developpement

  • Indentation : 8 spaces
  • Label : snake_case
  • Inner label : _function__[if|for|while][...]

Attribution