Skip to content

Kumar-Krishnan/ConnectFour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect Four

The challenges of the project

  • Creating a 2 dimensional array to represent the visual grid that players interact with.
  • Making that array responsive to the actions of the player on the screen
  • Working with a top down array while the visual grid is bottom up.
  • Checking the game for when the player has made a winning move.
  • Determining which player should be declared winner at time of winning.
  • Accounting for outlier cases such as filling all grids without a clear winner.
  • Checking values across a two dimensional array in a diagonal manner.

The theme of this project borrows from the Tron Series.

Technologies Used

  • Twitter
  • Bootstrap (only for one function, modal for alerting winners.)
  • Jquery (extensively for JS to HTML interaction),
  • GoogleFonts(Righteous)

Wire Frame

Future Development

  • Sound when the game initializes.
  • Slowly forming game grid.
  • Implement A.I.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published