Package view

Examples of view.MemoryCard


    }
    return false;
  }

  private static boolean validateCards() {
    MemoryCard one = Storage.getInstance().getCards().get(0);
    MemoryCard two = Storage.getInstance().getCards().get(1);

    if (one.getImageNumber() == two.getImageNumber()) {
      return true;
    }
    return false;

  }
View Full Code Here

TOP

Related Classes of view.MemoryCard

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.