Thanks for playing our latest game! If you would like to read the code for Guessing Matrix 2012 go ahead and click HERE.
As you can see, the AI doesn’t do the best job with repeat numbers. That’s because this program was made without using arrays. (recursion only) You should check out the code for yourself to see how it’s done.
Also, you’ll notice that the “trace” methods were turned to comment code for the final product. Remember to take out the “//” from the code in your actionscript file if you want to see how tracing can help debug a program.
-Tyler