Note: Instructions 1-4 are only for those who haven't done any software development, and haven't previously installed command line tools. The instructions only need to be followed one time.
- Open terminal (hold command and hit spacebar, type terminal)
- Copy the following line (cmd+c) and paste it into terminal (cmd+v):
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
This will take a few min to complete
-
- Hit enter again (when prompted) to confirm installation
- Enter computer password when prompted
- Possibly enter again (when prompted)
-
Input command into terminal:
brew install gcc
This will also take a few min
-
Drag the entire ./CountingCards/ folder to the Desktop from downloads folder
-
Input command into terminal:
cd Desktop/CountingCards/
optional: hold command and hit the plus key (+) whhile in terminal multiple times to make text bigger to your liking
- Input command into terminal:
make
- Input command into terminal:
clear
- Input command into terminal:
./counting
OR
look for executable file in the folder called "counting" and double click it. It will be the one without a file extension.
Enjoy the game!!!