/R-type

A R-type like game made in C++.

Primary LanguageC++MIT LicenseMIT

R-type

A R-type like game made in C++.

Summary

Official supported platforms

  • Fedora
  • Linux Mint
  • Windows 11

How to build

Linux

Dependencies

On debian based distributions :

sudo apt-get install freeglut3-dev libfreetype6-dev libx11-dev libxrandr-dev libudev-dev libgl1-mesa-dev libflac-dev libogg-dev libvorbis-dev libvorbisenc2 libvorbisfile3 libopenal-dev libpthread-stubs0-dev xorg-dev

Build

./build.sh

You can now find the executable in the build folder.

  • r type server : build/src/server/r-type_server
  • r type client : build/src/client/r-type_client

Windows

Using cmake-gui.exe

How to run

./r-type_server
./r-type_client

Authors

  • Sergey Borisenko
  • Macéo JALBERT
  • Florian AZEMA
  • Mickael PEIRETO
  • Julien VIGNAU-ESPINE

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments