Skip to content
View illayyy's full-sized avatar
  • Israel

Block or report illayyy

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
illayyy/README.md

Hi there 👋

Pinned Loading

  1. snake_ai snake_ai Public

    Snake AI which utilizes Prim's Minimum Spanning Tree algorithm and Hamiltonian Cycles in order to find an optimal path around the game grid.

    Python 2

  2. cs50w-projects cs50w-projects Public

    A collection of all the projects I completed for Harvard CS50's course for Web Programming with Python and Javascript.

    Python

  3. chessy-game chessy-game Public

    Final project for High School. Chess platform and hosting server capable of handling multiple users in real time using multithreading and a TCP communication protocol.

    Python

  4. sudoku_solver sudoku_solver Public

    A program capable of solving Sudoku puzzles of varying sizes and levels of difficulty using a recursive backtracking algorithm.

    Python