Skip to content

andrew-merz/Project-1-Connect-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect 4:

A Modern twist on an old classic game. Connect 4 is a two player game where players take turns dropping chips onto the board. The chips fall straight down, occupying the lowest available space within the column. The first player to connect 4 chips of the same color wins!

screenshots: Screen Shot 2022-04-12 at 8 55 07 PM Screen Shot 2022-04-12 at 8 55 54 PM Screen Shot 2022-04-12 at 8 56 34 PM Screen Shot 2022-04-12 at 8 57 15 PM

Technologies Used: -JavaScript -HTML -CSS

Getting Started:

Click on this link to get started: https://andrew-merz.github.io/Project-1-Connect-4/

  1. Click Start to start the game
  2. Player 1 is assigned the red chip and player 2 is assigned the yellow chip
  3. Player 1 begins the game by clicking the button under the column they choose to place their chip in
  4. If you are unsure which button controls which column, a highlighted chip will appear over the column on the top of the screen
  5. Each player takes turns placing their chip
  6. If you are unsure whose turn it is, the top of the page will display the current player
  7. The goal of the game is to connect 4 of the players assigned colored chips either vertically, horizontally, or diagonally before the other player can connect theirs
  8. Tip: Be mindful of your players moves, they can sneak up on you and win the game!

Next Steps/IceBox items:

  1. Implement an option for the player to choose which color chip they would like to use
  2. Make the highlighted chips the same color as the players chips
  3. Create an option for the user to play against the computer by implementing an AI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors