Skip to content
View eyoab-t's full-sized avatar

Block or report eyoab-t

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. tictactoe-ai tictactoe-ai Public

    Unbeatable Tic-Tac-Toe AI built with Python and Pygame – a clean graphical game where the computer uses the Minimax algorithm to play perfectly, guaranteeing a win or draw against any human opponent.

    Python 2

  2. vuln-scanner vuln-scanner Public

    Educational web scanner demo — basic XSS, SQLi, dir brute-force and open-redirect checks

    Python 1

  3. maze-solver-AI maze-solver-AI Public

    Maze-solving AI that reads a text-based maze, finds the path from start (A) to goal (B) using breadth-first search, prints the solved maze in the console, and exports a PNG image showing the explor…

    Python