https://github.com/hasanyahya101/connect4-vite
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 objective of the game is to be the first to form a horizontal, vertical, or diagonal line of four of one's own discs.
https://github.com/hasanyahya101/connect4-vite
about connect4 floating-button framer-motion github-pages icons lucide-react react static tooltips vite
Last synced: 3 months ago
JSON representation
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 objective of the game is to be the first to form a horizontal, vertical, or diagonal line of four of one's own discs.
- Host: GitHub
- URL: https://github.com/hasanyahya101/connect4-vite
- Owner: HasanYahya101
- License: mit
- Created: 2024-07-18T01:38:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T03:12:38.000Z (almost 2 years ago)
- Last Synced: 2025-10-26T19:27:13.567Z (8 months ago)
- Topics: about, connect4, floating-button, framer-motion, github-pages, icons, lucide-react, react, static, tooltips, vite
- Language: JavaScript
- Homepage: https://hasanyahya101.github.io/Connect4-Vite/
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Connect4 (React + Vite)
## Introduction
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.
## UI Library
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.
## Deployment
This project was deployed to Github Pages and can be tested there. No servers or databases were used in this Project.
## Preview




## React + Vite
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](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh