An interactive game to learn and practice cybersecurity concepts in a fun and engaging way.
The CyberSecurity Awareness Game is an interactive, educational game designed to help users learn and practice key cybersecurity concepts. The game uses quizzes, simulations, and story-based challenges to engage users and raise awareness about online security threats. A chatbot is integrated for guidance and assistance during gameplay.
This project is ideal for students, beginners, and anyone interested in improving their cybersecurity knowledge in an engaging way.
- Interactive Quizzes for cybersecurity concepts
- Simulation Games for practical understanding of attacks
- Story-based Learning to demonstrate real-world cybersecurity threats
- Botpress Chatbot for hints, guidance, and interactive learning
- Responsive Design compatible with desktop and mobile devices
- User-Friendly Interface for a seamless learning experience
- Introduction To Cybersecurity
- Password Testing
- Two factor Authentication
- Cyber Hygiene Simulator
- Phishing Defense Simulator
- Encryption And Decryption Simulation
- Digital Footprint Simulator
- SQL Injection Game
- Man In The Middle Attack
- Brute Force Attack Simluator
- Cross Site Scripting
- Frontend: HTML, CSS, JavaScript, ReactJS
- Backend: Local JavaScript (Node.js optional)
- Chatbot: Botpress
- Version Control: Git & GitHub
- Clone the repository:
git clone https://github.com/ayush712gupta/CyberSecurityAwarenessGame.git
- Navigate to the project directory:
cd CyberSecurityAwarenessGame
- Install dependencies (if using Node.js for backend):
npm install
- Start the project:
npm start