CMU 15-112 Fall 2015 Homework 5 Practice
(Due never)



Some Worked Examples Using Lists:
  1. Word Search
  2. Word Search Redux
  3. Connect4
  4. Othello
More Practice:
  1. isLatinSquare(a) from here
  2. matrixAdd(m1, m2) from here
  3. matrixMultiply(m1, m2) from here
  4. The Memory Game from here
  5. Console-based 2d board games (human-human mainly, but maybe a simple human-computer game) such as:
    1. Checkers
    2. Chess
    3. Isola
    4. Fox and Hounds
    5. Backgammon
    6. Stratego
    7. Or many, many others...