Skip to content

bsarma/Column-Jump-Game-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implement a game called Column Jump using breadth first, depth first and greedy search algorithms. The game consists of a square grid with different colored balls in each grid position. The grid contains a single empty position. The rules of the game are as follows:

  1. You can jump over a different colored ball to an empty space. The jumped over ball is deleted.
  2. If there are more than one of the same colored balls between the starting position and the destination empty position, then all of those balls are deleted.
  3. Continue jumping from one position to another till only one ball is left in the entire grid and the remaining positions are empty.

The codes take the .txt files as inputs.

About

Coding assignments submitted during Artificial Intelligence course taken in Spring 2014

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages