Connect 4 banner

Connect 4

4 devlogs
1h 27m 55s
Sadiya

What I did?

  • check if there is a winner
  • check if game is over
  • delete game
  • set score on the scoreboard
    The game is not fully working until I debug some stuff
0
Sadiya

There is not much to see yet but what I did was styled the slots, added hover effects on the red and yellow, created the columns and slot and made the slots clickable.

0
Sadiya

I changed up the layout a little because I wanted to add a opening page before the game.
What I added?

  • a play button inside the game
  • a scoreboard
  • used Flexbox for layout and alignment
  • created a game container 420x420
  • styled the border
0
Sadiya

What I did in code?

  • set up a 6x7 game board
  • define/created variables

This is how it currently looks

Attachment
0