Class 6

  1. Reading
  2. Fifteen
  3. Minesweeper
  4. Homework

Reading Class 6

Play this game, and get ready to build it.

Read up on this classic game and get ready to build a similar version as well.

Fifteen

The game of fifteen is an easy one to understand and a bit harder to solve. This week we will implement the game on the console and if your ambitious, I urge you to try to come up with a computer algorithm that will solve the board. Be careful though, many permutations are impossible to solve.

Minesweeper

Homework Class 6