Skip to content
View BaranCanOener's full-sized avatar

Block or report BaranCanOener

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

Pinned Loading

  1. ConsoleChess ConsoleChess Public

    A chess game on the command prompt written in C++, including an engine to play against or to play itself.

    C++ 7

  2. Pugs-versus-Bears Pugs-versus-Bears Public

    A chess game based on the engine written for Console Chess, featuring a GUI using the wxWidgets-framework.

    C++ 10

  3. PythonChess PythonChess Public

    A chess game written in Python 3.7. Includes a simple engine supporting alpha-beta-pruning, iterative deepening and quiescence searches. ASCII-based output is handled on the Python terminal.

    Python 2

  4. Hopf-Fibration Hopf-Fibration Public

    A 3d rendition of the Hopf Fibration via stereographic projections of circle fibers on the Hypersphere S3.

    JavaScript 1

  5. CppSweeper CppSweeper Public

    A C++ implementation of the classic game, including 4 basic solvers.

    C++

  6. Pong-Machine-Learning Pong-Machine-Learning Public

    Pong game & supervised learning-based AI to predict ball impact coordinates

    Python