A little command line app for practicing multiplication
- Go to
github.com/anthropomorphic/math_practice/releases
- Select the latest release
- Click on "Source Code (zip)" to download it
- Unzip the file by double clicking on it
- Open Terminal (located in
/Applications/Utilities
) - Type
gem install colorize
in the Terminal window and pressreturn
. - Type
cd(space)
in the Terminal window ((space)
should be a space character, not the literal text) - Drag the unzipped source code folder to the Terminal window and drop
- Select the Terminal window and press
return
- Type
ruby math_practice.rb
in the Terminal window and pressreturn
- Follow the onscreen instructions, and enjoy your math practice!