Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maschad/ai_assignment2

8 Puzzle in Prolog using JAVA Swing for Gui
https://github.com/maschad/ai_assignment2

Last synced: 28 days ago
JSON representation

8 Puzzle in Prolog using JAVA Swing for Gui

Awesome Lists containing this project

README

        

#Prolog 8 Puzzle

## 8 Puzzle problem solved using Depth first search in Prolog, with a Java Swing GUI interface

To run, compile as usual, and run main class. Click find solution for auto solve and new game to restart.

### GUI and model Built by Chad Nehemiah , AI by Keniel Peart.