MennaHG / Dominoes-Puzzle

Domino Puzzle Game with AI agent Player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI_Prolog_As2

Domino Puzzle Game that generates an uninformed/informed search of all possible solutions of domino placements with the following rules:

1- Each domino piece completely covers two squares. (You are allowed to rotate the domino pieces) 2. No two dominoes overlap. 3. Each domino lies entirely inside the board. It is allowed to touch the edges of the board and not allowed to lie on the bomb cell.

  • Implemented in Java(JPL/Swing) , Prolog

Screenshot (125)

Screenshot (126)

Informed search with max no. of dominoes Screenshot (133)

About

Domino Puzzle Game with AI agent Player


Languages

Language:Java 73.1%Language:Prolog 26.0%Language:Python 0.8%