CMU 15-112 Spring 2016 Homework 6 Practice
(Due never)
- Do not use recursion this week.
- Do not hardcode the test cases in your solutions.
Some Worked Examples Using Lists:
-
Word Search
-
Word Search Redux
-
Connect4
-
Othello
More Practice:
-
isLatinSquare(a) from
here
-
matrixAdd(m1, m2) from
here
-
matrixMultiply(m1, m2) from
here
-
The Memory Game from
here
-
Console-based 2d board games (human-human mainly, but maybe a simple human-computer game) such as:
- Checkers
- Chess
-
Isola
-
Fox and Hounds
- Backgammon
- Stratego
- Or many, many others...