Skip to content
View igorjakus's full-sized avatar
Block or Report

Block or report igorjakus

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

Pinned Loading

  1. minigolf minigolf Public

    Projekt studentów Instytutu Informatyki Uniwersytetu Wrocławskiego. Prosta gra 2D w tematyce mini golfa.

    C 3

  2. chess chess Public

    Implementation of multiple chess engines including Negamax and Monte-Carlo Tree Search, with a user-friendly interface for gameplay.

    Python

  3. pong pong Public

    Pong game made in C++ SDL2 library with simple AI to against.

    C++ 1

  4. nonogram-solver nonogram-solver Public

    During an Artificial Intelligence class, I developed two distinct solvers for nonogram puzzles: one using the AC-3 algorithm and the other using WalkSAT. Additionally, I created a third (simpler) v…

    Python