You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cryptography Foundation Laboratory Work Conducted in the First Semester at NIT Jamshedpur, Master of Technology - Information Systems Security Engineering, Department of Computer Science and Engineering.
This game is developed using Pygame, where the main objective is to shoot the falling circle-shaped objects. The game can end in three ways: if a falling circle hits the shooter, if the player misses shooting 3 falling circles, or if the player misfires 3 times.
This game is developed using Pygame, with the main goal of catching falling diamonds. As the game progresses, the difficulty increases by speeding up the falling diamonds. If the player misses a diamond, the game ends.
Network Security Laboratory Work Conducted in the Second Semester at NIT Jamshedpur, Master of Technology - Information Systems Security Engineering, Department of Computer Science and Engineering.
A simple module that calculates the square root of a positive integer using the digit-by-digit (long division) method, with support for custom precision and optional step-by-step output.