Overview
This example VI demonstrates the method to generate a 2D Array Memory game.
Description
This example first generates a sequence of numbers in sets of 2 i.e. 1 1, 2 2, 3 3, 4 4 then randomizes its placement within a growable 2D array.
Requirements
- LabVIEW 2012 (or compatible)
Steps to Implement or Execute Code
- Open the VI " Shuffle Card Deck 2012 NIVerified.vi".
- Input the memory game size.
- Run the program.
Additional Information or References
VI Snippet

**This document has been updated to meet the current required format for the NI Code Exchange.**