This is a Connect4 desktop game. It allows players to take turns dropping colored discs from the top into a seven-column, six-row vertically suspended grid. The pieces fall straight down, occupying the lowest available space within the column. The objective of the game is to be the first to form a horizontal, vertical, or diagonal line of four of one's own discs.
Radix UI and ShadCN components were used to create the UI of the website. Moreover, Vite was used to create this React Project. Moreover framer-motion and lucide-react icons were also used in it.
This project was deployed to Github Pages and can be tested there. No servers or databases were used in this Project.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh