CardPairs is an open source project that represents memory game variation with cards.
It's a Java desktop application with a following main features:
- single game mode - task is opening all pairs with minimal flips and time
- network game mode - task is opening more pairs then your opponent
To build and run the project follow this steps:
- install Java SE Development Kit 6 Update 27
- install Apache Ant 1.8.2
- move to the root project directory
- to run application execute
ant
- to generate API documentation execute
ant doc
CardPairs project is distributed under the GNU General Public License version 3 - GPLv3
The full text of the license is included along with the distribution, in a file called license.txt.