Skip to content

abtom87/SpaceInvaders_Qt_Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A qt based "Space Invaders" game written in C++.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published