## Description
_Number Puzzler_ is a collection of four educational number games for two
players, either one person vs the computer or two players head to head.
The four games in this collection are Addition, Subtraction, Adds & Subs and
Magic Square. All the games are turn based and, in the first three games is
very similar. These games are based on Noughts & Crosses (also known as Tic-
Tac-Toe) and the objective is to change the colour of three connected cells on
the grid to the player’s colour. This is done by answering math questions
where the answer is a number and the number corresponds to an unoccupied cell
on the grid.
* In the Addition game two numbers are displayed on screen in the lower left corner. The player may use either number or their sum, so if the numbers 4 & 5 were displayed the player could use 4, 5, or 9.
* In the Subtraction game a single number is used and the player may use either the number or its components so if 9 were displayed the player could use 9, 1 or 8, 2 or 7, 3 or 6, or 4 or 5.
* In the Adds & Subs game two numbers and the player can choose from either number, their sum, or any of their components
The Magic Square game prompts the player for a number in the range 3 – 20. It
then displays a 3×3 grid with some numbers completed. The object is to
complete the square by putting numbers into the remaining cells of the grid so
that all lines, horizontal, vertical and diagonal each adds up to the magic
number.