Practice game-based hiring rounds used by companies like Capgemini and Cognizant.
Cognitive Games is a web platform designed to help students and job-seekers prepare for game-based assessments during placement drives.
It may look like a simple puzzle site — but under the hood, it challenges your brain using:
- Backtracking
- 2D Matrix Logic
- Hashing
- Greedy Approach
- 2 logic-based games (more coming soon)
- Real placement-style puzzles
- Responsive & fast UI
- Next.js
- TypeScript
- Tailwind CSS
- Live demo: https://games.nishul.dev
git clone https://github.com/Nishulpatel/CognitiveGamesWeb.git
cd CognitiveGamesWeb
npm install
npm run dev
