Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 318 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 318 Bytes

Installation

Install qt5 libs and qmake

sudo apt install qt5-qmake qtbase5-dev

Build the app

mkdir  build
cd build
qmake ../
make -j12

Start space invaders

./Space_invaders

Instructions

Press Right, left to move. Space to shoot. Press V to change color.

image info