Inspiration

Our inspiration was the the classic Concentration card game, a game in which all of the cards are laid face down on a surface and two cards are flipped face up over each turn. The object of the game is to turn over pairs of matching cards.

What it does

We digitalized Concentration so that now anyone can play it from the command-line. In this mini-version of the Concentration game, you have 16 cards (with just numbers), 8 pairs, laid in a face down position. The user will guess two x and y coordinates representing the two cards they want the computer to flip. If the two cards match in value, the user scores a point.

Then the user will have 2 seconds to memorize the flipped cards and their locations before the cards are flipped back.

If the user can successfully identity all the eight pairs, they win.

How we built it

Built using just JAVA and tested using command line.

Built With

Share this project:

Updates