Tic-Tae-Toe Game
Description: Developed a Java-based implementation of the classic Tic-Tac-Toe game, supporting two-player gameplay on a 3x3 grid.
- Implemented win and draw detection.
- Provided feedback for invalid or occupied moves.
Deep Learning for Steganographic Analysis
Description: Developed a proof-of-concept model for detecting and removing steganographic content in images using an EfficientNet-B2 architecture and Generative Adversarial Network (GAN).
- Addressed high false positive rates in modern steganalysis by proposing intelligent detection and destruction techniques.
- Demonstrated successful removal of steganographic content without compromising image integrity through experimental validation.
- Conceptualized a model with potential for deployment in Security Operations Centers (SOCs) and mobile devices.
Dice Game
Description: A simple dice game built with HTML, CSS, and JavaScript. The game generates random dice rolls for two players and displays the winner or a draw based on the dice results.
- Technologies Used • HTML: Structuring the game interface. • CSS: Styling and layout. • JavaScript: Adding game logic and interactivity.
- Check Out: Visit Dice Game
Simon Game
Description:A simple and interactive Simon Memory Game built using HTML, CSS, and JavaScript with jQuery. Test your memory and reaction speed as you replicate the sequence of colors generated by the game.
- Technologies Used • HTML5: Structure and layout of the game. • CSS3: Styling and animations. • JavaScript (ES6): Game logic and interactivity. • jQuery: Simplified DOM manipulation and event handling.
- Check Out: Visit Simon Game