Make Change is a simple math game that asks you to make change for an amount between 1 and 99 cents using US coins. The number of coins that you have varies according to the game level.
Game levels:
1. Easy: You match the amount using the minimum number of coins.
Example: 42 = 1 Quarter + 1 Dime + 1 Nickel + 2 Pennies.
2. Medium: You match the amount using any combination of the coins. There is
a limit on each coin.
Example: 42 = 0 Quarters + 3 Dimes + 2 Nickels + 2 Pennies.
3. Hard: You match the amount using the maximum number of coins. There is a
limit on each coin.
Example: 42 = 0 Quarters + 2 Dimes + 3 Nickels + 7 Pennies.
A math game where you make change using quarters, dimes, nickels, and pennies.