Skip to content

dimpapas/Connect-4-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Score4 - Java Console Game

Score4 is a two-player console game similar to Connect Four. Players take turns dropping chips into a board. The first to connect four in a row wins!

How to Play

  1. Enter player names.
  2. Player 1 chooses a chip (x or o), the other gets the remaining one.
  3. Choose board size (between 4 and 15 for rows and columns).
  4. Take turns picking columns to drop your chip.
  5. First to get 4 in a row (horizontally, vertically, or diagonally) wins.
  6. If the board fills up with no winner, it’s a draw.

About

Java implementation of the Connect 4 game, playable in your console

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages