You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Project made in "Artificial Intelligence" course. The main goal was to create a player that can solve fill-a-pix problems, that were represented in CSP form(Constraint Satisfaction Problems). Search algorithms were implemented, like A*, with some heuristics.