Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maschad/ai_assignment2
- Owner: maschad
- Created: 2016-11-13T20:59:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-14T21:32:46.000Z (about 8 years ago)
- Last Synced: 2024-10-08T07:01:08.466Z (4 months ago)
- Language: Java
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.