Application that simulates the classic game of "Nim" with 4 piles of maximum 10 elements. Each pile is represented by an array of framed color box that are highlighted by moving the mouse over them and can be removed with a click. The game is between one player and the computer. The initial game configuration always allows a winning strategy for the player. The computer always tries to apply a winning strategy when possible. The hints enable the computer to make a move in place of the player.
