Skip to content

Epicodus Intro to Programming group week project - simple magic square puzzle using JS/JQuery, objects, constructors, and prototypes

Notifications You must be signed in to change notification settings

gitasong/magic-square

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magic Square

Epicodus Introduction to Programming: Group Project, June 22, 2017

By Jacob Ruleaux, Nicole Freed, Michelle Poterek

Description

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

Program Specifications

Magic Square Specifications

Setup/Installation Requirements

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/

Known Bugs

There are currently no known bugs in this program.

Support and contact details

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.

Technologies Used

This project utilizes HTML, Javascript, jQuery, CSS, and Bootstrap.

License

This project is under the MIT License

Copyright (c) 2017 Jake Ruleaux, Nicole Freed, Michelle Poterek

About

Epicodus Intro to Programming group week project - simple magic square puzzle using JS/JQuery, objects, constructors, and prototypes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published