Skip to content

agerber/asteroids_cpp

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. Clean the build dir.

# Check if the build directory exists
if [ -d "build" ]; then
  echo "Deleting the build directory..."
  rm -rf build
  echo "Build directory deleted."
else
  echo "Build directory does not exist."
fi
  1. Run the build script:
    • macOS:
      ./build_mac.sh
    • Linux:
      ./build_linux.sh
  2. Execute the executable:
       build/asteroid

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages