Skip to content

My take on simple connect four logic. I may expand this further for use in a GUI

License

Notifications You must be signed in to change notification settings

pdxgeek/java-connectfour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-connectfour

My take on simple connect four logic. I may expand this further for use in a GUI

Purpose

Quick little java code exercise to share with friends who are beginning with the language. Uses Java, gradle, spring boot, streams, optionals, lombok.

Features

  • Resizable game board
  • Changeable win target
  • Gamepieces contain their position
  • Win detection returns (first detected) winning set
  • Column out of bounds detection
  • Column full detection
  • Game over detection

About

My take on simple connect four logic. I may expand this further for use in a GUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages