Skip to content

jakehf90s/asteroids_cpp_multiplayer

 
 

Repository files navigation

Installation and Build Instructions

  1. Clone the repository:

    git clone https://github.com/agerber/asteroids_cpp.git
    cd asteroids_cpp
  2. Make build scripts executable:

    chmod +x build.sh
    chmod +x build_mac.sh  # for mac
    chmod +x build_linux.sh  # for linux
  3. Run the build script:

    • macOS:
      ./build_mac.sh
    • Linux:
      ./build_linux.sh
  4. Execute the executable:

       build/asteroid

About

Fork of asteroids cpp with client and server for multiplayer support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.5%
  • CMake 2.2%
  • Other 0.3%