Skip to content
View hafsah-zulqarnain's full-sized avatar
Block or Report

Block or report hafsah-zulqarnain

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 1024-Game 1024-Game Public

    1024 game implemented in C++.Start with 4x4 grid, two cells with 1 or 2. Swipe left/right/up/down (keys: l/r/u/d) to shift cells. Win by reaching 1024, lose when grid fills.

    C++

  2. Complaint-Management-System Complaint-Management-System Public

    Java

  3. Custom-Shell Custom-Shell Public

    This C program implements a custom shell, allowing users to enter commands, navigate history, and execute processes. It supports features like input/output redirection, piping, background processes…

    C

  4. Liver-Cirrhosis-Stage-Prediction Liver-Cirrhosis-Stage-Prediction Public

    Jupyter Notebook

  5. MERN-Voting-App MERN-Voting-App Public

    JavaScript

  6. Pacman-game Pacman-game Public

    This OOP Pac-Man project utilizes classes for Pacman, Ghosts, Walls, and Coins. It incorporates methods for movement, collision detection, and game modes like chase and scatter. Abstract classes an…