GitXplorerGitXplorer
s

vegetable-rush

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
a760d95642c10ff6b558781ac2ce2aa1c0860e51

very minor changes

ssumanthratna committed 6 years ago
Unverified
cb2244a2db8722505e9d3026c895ac86da6f599f

update assets

ssumanthratna committed 6 years ago
Unverified
ac14d79aba5b5a1e1637d38816e6529bf7dfba1d

add background and lint with clang-format

ssumanthratna committed 6 years ago
Unverified
8b114990323136ed20135326ce84aef8cbd5b921

very minor changes

ssumanthratna committed 6 years ago
Unverified
12f502126cb8ba819f8a7f57f1d87908b57b78cb

init

ssumanthratna committed 6 years ago

README

The README file for this repository.

Building

Make sure the Qt (>= 5.6) development libraries are installed:

  • In Ubuntu/Debian: apt-get install qt5-default qttools5-dev-tools zlib1g-dev
  • In Fedora: sudo dnf builddep tiled
  • In Arch Linux: pacman -S qt
  • In Mac OS X with Homebrew:
    • brew install qt5
    • brew link qt5 --force
  • Or you can download Qt from: https://www.qt.io/download-open-source/

Now you can compile by running:

qmake (or qmake-qt5 on some systems)
make

To do a shadow build, you can run qmake from a different directory and refer it to space-invaders.pro, for example:

mkdir build
cd build
qmake ../src/space-invaders.pro
make

Controls

  • Menu
    • / - Navigate menu
    • Enter - Select option
    • / - Change parameters
  • Game
    • / - Move
    • Space - Shoot
    • P - Pause
    • Esc / Q - Exit game