Skip to content

Claudiocfls/A-star-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7cfc884 · Sep 19, 2019

History

21 Commits
Nov 2, 2016
Nov 2, 2016
Nov 2, 2016
Nov 2, 2016
Nov 2, 2016
Nov 2, 2016
Nov 2, 2016
Sep 19, 2019
Nov 2, 2016
Nov 2, 2016
Nov 2, 2016
Nov 2, 2016
Nov 2, 2016
Nov 2, 2016
Nov 2, 2016
Sep 19, 2019
Sep 19, 2019
Nov 2, 2016
Nov 2, 2016
Nov 2, 2016
Nov 2, 2016
Nov 2, 2016
Nov 2, 2016

Repository files navigation

A*-project

Solutions for some puzzles using A* algorithm

Snake

The snake is a classical game where the user control a snake with the intent to eat food that appears randomly in the screen. The snake grows its size when eats food and it dies when "eats itself".

The optimal solution for this type of problem is so far more complicated than a simple search, but in this project the problem is reduced to a search. The goal of the search is the food and the obstacles are the snake body and walls. The image below shows a screenshot of this puzzle. (monkeys and cherrys are an internal joke :-) )

Figure Screenshot of the snake game

About

Automated solutions for puzzle games using A* algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages