Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 605 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 605 Bytes

Connect Four Java

Object-Oriented Connect Four game completed as part of semester 1 coursework. Main challenge of coursework was to complete all game features using Object-Oriented programming principles only (rather than a basic 2d array/coordinates-based program).

Features:

  • Two player (Red/yellow) functional game play
  • Custom grid sizing (code functions for all sizes of grid)
  • Save/load at anytime
  • Basic JOptionPane GUI with special Unicode representation of grid

Includes:

  • Report on creation of game
  • Class Diagram showing Object-Oriented programming used
  • Executable JAR file