/Meant-2B

Meant 2B - a Multiplayer 2D Adventure Game developed with my game engine "LongFei"

Primary LanguageC++

Meant-2B-df

Meant 2B - a Multiplayer 2D Adventure Game

Title Screen

Platforms

  • macOS (supports both intel and arm architectures)
  • Windows
  • Linux

Dependencies:

Files

Files are in the following format:

  • ./dragonfly - Dragonfly engine
  • ./game - contains the game files
    • ./game/src - contains the source files
    • ./game/sprite - contains the sprite files
    • ./game/SFX - contains the sound effect files
    • ./game/music - contains the music files
    • ./game/df-font.ttf and scoreboard files
  • ./CMakeLists.txt

Compile and run

  • SFML: install SFML seperatly and edit the library directory in ./CMakeLists.txt to your SFML install directory's include folder
  • CMake: edit ./CMakeLists.txt's target_link_libraries section, uncomment only the line corresponding with your platform and architecture`
  • Compile
  • Move df-config.txt and df-font.ttf to the same folder as the compiled executable (in folder ./cmake-build-debug)