Skip to content
View pranavgn12's full-sized avatar

Block or report pranavgn12

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 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

Popular repositories Loading

  1. Tic-Tac-Toe_C_Non-recursive-Minimax_raylib Tic-Tac-Toe_C_Non-recursive-Minimax_raylib Public

    A graphical Tic-Tac-Toe game written in C using raylib, featuring an iterative (non-recursive) Minimax algorithm for AI decision-making.

    C 2

  2. The_Root_Directory The_Root_Directory Public

    HTML 1

  3. Sudoku Sudoku Public

    Sudoku with gui made using c and windows api. It runs in windows cmd. Sudoku is generated and solved using backtracking.

    C

  4. Snake_C_Raylib Snake_C_Raylib Public

    Snake game made using C and Raylib. ⭐ Requires include and lib folder from Raylib which can be found here https://github.com/raysan5/raylib/releases/tag/5.5 to Compile. Used raylib-5.5_win64_mingw-…

    C

  5. ISL-FLOW ISL-FLOW Public

    Real-time ISL recognition system utilizing MediaPipe landmarks and a Feed-Forward Neural Network. Features an intelligent autocomplete engine with fuzzy matching, hands-free clipboard export, and h…

    Python