Skip to content
View mazumder-anik's full-sized avatar
💭
Coding
💭
Coding

Highlights

  • Pro

Block or report mazumder-anik

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 250 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
mazumder-anik/README.md
  • 👋 Hi, I’m Anik Mazumder
  • 👀 I’m interested in - Software Development
  • 🌱 I’m currently learning DSA in - JAVA
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me - simply contact me through mail.

Popular repositories Loading

  1. mazumder-anik mazumder-anik Public

    Config files for my GitHub profile.

  2. Calculator-using-Java Calculator-using-Java Public

    Java

  3. Number-guessing-game-in-Java Number-guessing-game-in-Java Public

    A simple Java console game made during my InternPe internship. It generates a random number between 1 and 100, and the player must guess it in limited attempts. It includes hints, scoring, and repl…

    Java

  4. Rock-Paper-Scissor-game-in-Java Rock-Paper-Scissor-game-in-Java Public

    Created a simple Rock Paper Scissor game using Java where the user competes against the computer. The program uses random number generation for the computer’s choice and conditional statements to d…

    Java

  5. Tic-tac-toe-using-JAVA Tic-tac-toe-using-JAVA Public

    I made a tic tac toe game using java. Key Features: Turn-based two-player interaction, Win and draw detection logic, Easy-to-understand code structure, Runs entirely in the command line

    Java

  6. Connect-Four-game-using-JAVA Connect-Four-game-using-JAVA Public

    This is a simple java based connect four similar elements game. Whoever connects them first wins. Key Features: - 6x7 grid-based gameplay - Turn-based two-player logic - Win condition checks in all…

    Java