This program allows a user to solve a classic Magic Square math puzzle.
- Enter the numbers 1–9 inclusive into the squares so that all rows, columns, and diagonals add up to the same number.
- The first position is given to you.
- Digits cannot be repeated.
- Press
Enter
after each entry. - Incorrect entries are indicated with a red
- Correct entries are displayed with a green background
In order to copy this directory to your computer locally:
- open Terminal and type:
- $ git clone
https://github.com/gitasong/magic-square.git
- $ cd
magic-square
- $ open
index.html
To access this web page remotely click this link:
https://gitasong.github.io/magic-square/
There are currently no known bugs in this program.
Please feel free to contact the authors at [email protected]. Also, please feel empowered to make any changes to the code by forking this repository.
This project utilizes HTML, Javascript, jQuery, CSS, and Bootstrap.
This project is under the MIT License
Copyright (c) 2017 Jake Ruleaux, Nicole Freed, Michelle Poterek