Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.3 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.3 KB

Connect Four Game

This is a solution to Frontend Mentor's Connect Four game challenge with bonus added functionality.

Links

Features

  • Fully functional connect-four game.
  • Option to play against another player (on the same device) or against the AI.
  • The AI utilizes the minimax algorithm to play the most optimal moves. There are 3 different difficulty levels to choose from!
  • Page transition animations with animated elements.
  • Fully responsive design.

Tech Stack

  • Next.js
  • TypeScript
  • Tailwind
  • Framer Motion

Desktop Screenshots

Mobile Screenshots