Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.12 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.12 KB

GalaxyFight

C/C++ CI

This is a round based 2D/3D strategy game. Two players fight over map domination. In the case of direct attacks, the player must win a real time 3D space shooter fight. Window management, views, Networking and synchronization are done in QT-Framework. Boost is used for IO, graph algorithms and way finding.

The Map:

Alt Text

The Fight:

Alt Text

Build

Server:

In praktikum1/qtserver/build/:

qmake .. && make

Client:

In praktikum1/build/:

cmake .. && make

Run

Server:

In praktikum1/qtserver/build/

Client:

In praktikum1/build/asteroids

Other Notes:

  • Im Spiel erst auf den "Spielen" Knopf drücken wenn beide Spiele gestartet sind!
  • In der Main.cpp den Host auf die Adresse ändern wo der Server gehostet ist