Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 715 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 715 Bytes

cpp_rtype

By Unarelith

  • This game is a 3rd year Epitech project

Keys

  • Shoot: X
  • Move:

How to compile

  • Dependencies:
    • A compiler with C++14 support
    • CMake
    • GameKit (requires SDL2 + tinyxml2, will switch to SFML starting from 2.6)
    • SFML (only used for network)
    • Linux users: Check your distribution repositories for packages.
  • Run cmake . && make -j8
  • Run the server with ./server/rtype_server
  • Run the client with ./client/rtype_client