Skip to content

Object-Oriented Connect Four game in Java with basic GUI and customizable grid size and executable JAR file.

License

Notifications You must be signed in to change notification settings

ammackenzie/Connect-Four-Java

Repository files navigation

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

About

Object-Oriented Connect Four game in Java with basic GUI and customizable grid size and executable JAR file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages