Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 287 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 287 Bytes

cs152-project

UChicago CS152 Class Project - A simple Pentago game player

Phase 1: Implement a board data structure and related methods including board rotation and the conditions that end the game.

Phase 2: Implement bit representation of the board and an interactive game player.