Languages Visual Basic & VB.NET Visual Basic Data Structures  

A Acolyte of AI with 8 Puzzle

download download  
important code information
author:
Vinit Vijay Sankhe
minimum requirements:
A Acolyte of AI with 8 Puzzle description

This is an attempt to bring some AI programming in VB using A Star (A*) algorithm to solve 8 puzzle problem. This is the famous AI search algorithm test problem to rearrange misplaced cells in a proper sequence on an 3 by 3 Number-Board.


File List:
8Puzzle/0b
8Puzzle/EightPuzzle.vbp1Kb
8Puzzle/EightPuzzleTree.cls1Kb
8Puzzle/HowToPlay8Puzzle.txt6Kb
8Puzzle/HowToPlay8Puzzle.txt.bak6Kb
8Puzzle/HowToPlayAStar.txt.bak3Kb
8Puzzle/HowToUseAStar.txt3Kb
8Puzzle/LinkedList.cls485b
8Puzzle/LinkedListOperations.bas6Kb
8Puzzle/PublicVariables.bas1Kb
8Puzzle/Setup/0b
8Puzzle/Setup/HowToPlay8Puzzle.txt6Kb
8Puzzle/Setup/HowToUseAStar.txt3Kb
8Puzzle/TreeOperations.bas21Kb
8Puzzle/frm8PuzzleMDIForm.frm3Kb
8Puzzle/frmAStarTree.frm12Kb
8Puzzle/frmAStarTree.frx6b
8Puzzle/frmAbout.frm11Kb
8Puzzle/frmAbout.frx1Kb
8Puzzle/frmEightPuzzle.frm21Kb
8Puzzle/frmHelpView.frm2Kb

Similar code
A Bubble Sort Routine (Popularity: ) : A Bubble Sort - This is a sort that can be used on small numbers of records. Bubble Sorts file orig.txt in the application path.

A Binary Search (Popularity: ) : A binary search I wrote for my grade 12 computers class. This opens the file sorted.txt and searches for a record. Much Faster Than a Sequential Search
Array Functions (Popularity: ) : 1. Get UBound of Array without Microsoft's -1 Error
2. Get IsEmpty value ie: Returns True if Array is empty

Calculator Program (Popularity: ) : This is a calculator made in VB6. It does a lot of useful functions such as circle area and circumference, support of minus numbers. Addition, subtraction, multiplication and division of numbers. It als does some more advanced functions found on ...
Binary Clock (First of its kind in VB) (Popularity: ) : This is a binary clock. I saw one in Linux and decided to make one myself. It translates the clock digits to the binary using a formula, and then lights up the pictures in the right places. You can start/stop ...
Byte2Hex (Popularity: ) : Why a Byte-to-Hex code? There is one built into VB. The answer is... Hex$ is waaaay too slow. The approach taken here will do abt. 12.5 million Byte to Hex conv./sec. on my 300. If you looked at my code ...
Calling variables between two forms (Popularity: ) : This mock login/password application, shows how you can use the data obtained on one form on a second form. It uses a module as a go between.
C4 Mp3 Compiler (Popularity: ) : C4 MP3 Compiler MP3 file to an Self Playing MP3 Executable file, wich means no need for an MP3 Playing SW like Winamp / WMP etc., based on the popular MP32EXE Sw. The Compiled Exectable self plays itself if it ...
Byte2Bin (Popularity: ) : There are quite a few 'TO-BIN' conversion programs here, but they are waaaaay too slow. Here is a little piece of code that will do 5 million conversions / sec. on my 300. You may do 1 BYTE at a ...
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 996
version
size in Kb 28
popularity   5865/7913374
user rating 4/10
ad


New Code
Popular Code