Skip to content

texus/SpaceInvaders

Repository files navigation

Space Invaders
==============

This game was a university assignment.

It had to contain the following things:
  - Inheritance and polymorphism
  - Model-View-Controller design
  - Observer pattern
  - Abstract factory design pattern
  - Exception handling for errors
  - Design with namespaces
  - Usage of SFML


Compiling
---------

First of all, you will need a compiler with decent c++11 support.
This project was only tested with gcc 4.8.

Compiling the game on linux is a piece of cake:

  mkdir build
  cd build
  cmake ..
  make install

About

Space Invaders game written as university assignment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published