Skip to content

williamzshih/marble-madness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marble Madness

Marble Madness is a 2D interactive video game designed with C++, OpenGL, and GLUT. Navigate the mazes, gather the crystals, and avoid the deadly robots to win and escape!

Prerequisites - XQuartz (macOS)

  1. Homebrew: If you don't have Homebrew installed, you can install it by running the following command in your terminal:
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  2. XQuartz: XQuartz is required for OpenGL and GLUT on macOS. Install it by running:
    brew install --cask xquartz
  3. After installing XQuartz, you may need to restart your computer. To verify installation, run the command echo $DISPLAY in your terminal. The output of this command should end with org.xquartz:0.
  4. CMake: If you want to build with CMake, install it by running:
    brew install cmake

Gameplay Images

marble-madness 0

marble-madness 1

marble-madness 2

marble-madness 3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published