Skip to content
View nulllvector's full-sized avatar

Block or report nulllvector

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Popular repositories Loading

  1. number-game number-game Public

    System will generate a random number between 1 and 100 (including both). You may try to guess it in multiple attempts and when the guess is correct, you will come to know your number of attempts to…

    C

  2. rock-paper-scissors-game rock-paper-scissors-game Public

    Rock-Paper-Scissors - One of the most popular game in the world. The game code is written in basic C Programming Language.

    C

  3. simple-calculator simple-calculator Public

    The code is written in basic C Programming Language. It can perform basic mathematical operations.

    C

  4. adaptive-sudoku-cli adaptive-sudoku-cli Public

    A test-driven Sudoku CLI written in Python with a focus on adaptive difficulty and player modeling.

    Python

  5. smart-maze-solver smart-maze-solver Public

    A Python/Pygame maze game that generates solvable mazes, tracks the player’s route, and compares it with the BFS shortest path.

    Python