/3-Spot-Game

You can now play with this 3 spot game (console) developed in Full Java on Eclipse.

Primary LanguageJava

3-Spot-Game

Implementation of 3-Spot-Game in Java.

  1. A minimum number of playing pieces, preferably one each.

  2. A game with very few rules, one that would be very simple to learn and play.

  3. A game that could be played with a high degree of skill.

  4. A game that would not be determinate. A determinate game such as nim or noughts and crosses, is one in which the starting player could always win if he knew the strategy. An indeterminate game is one which two perfect players would play for ever.

The object is to score 12 points provided that the other player scores at least 6 points - if the other player scores less than six points then the player reaching 12 points is the loser! Whereas in most games the person scoring the highest number of points is the winner - in the 3 Spot game the 'winner' can be the 'loser'.

Points are scored by the position of the tiles on the board which is a 3x3 grid. You can try to score the points you need, or force your opponent to take points.