Skip to content
View DaxTech's full-sized avatar

Block or report DaxTech

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

Popular repositories Loading

  1. Sudoku-solver Sudoku-solver Public

    This project uses the backtracking algorithm to solve any valid Sudoku puzzle. There are 2 versions of the program: raw and smart. The former uses the raw backtracking algorithm to solve the puzzle…

    Python

  2. Tic-Tac-Toe Tic-Tac-Toe Public

    This project uses pygame and the minimax algorithm to make a tic-tac-toe board where you can play against an AI.

    Python

  3. Chess Chess Public

    Chess using pygame. Run the file and play against a friend or AI.

    Python

  4. Snake Snake Public

    Snake game using pygame.

    Python

  5. PathFinding PathFinding Public

    Path finding repo. This project will use different path-finding algorithms with a nice GUI in pygame.

    Python