Skip to content
Sam edited this page Sep 27, 2017 · 1 revision

Project Brief

Your challenge is to make a game based on a 2D grid, which a person can play against the computer. Every Paper 1 exam done so far has involved a 2D array used to represent a grid of some kind.
Potential ideas could be noughts and crosses, connect 4, battleships, draughts, reversi.

Note: I selected the game of reversi.

Pre-Project Work

Analysis
Design

Clone this wiki locally