Skip to content
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.

lapost48/A_Star

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

A* Tile Game Project

Rules

A* Implementation of a tile game where there are 3 black and 3 white tiles on a 7 space board. A tile can only move into a space. The tile can slide one over for a cost of 1, jump one tile into a space for a cost of 1, or jump over two tiles for a cost of 2.

End Game

The game ends when all white tiles are to the left of all black tiles.

Goal

The goal is to find the optimal path to ending the game.

About

A* Tile Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages