Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Path planning game

Project developed in the Intelligent Systems discipline, of the postgraduate program in computer science (PPGCC) at the Federal University of Piauí (UFPI).

About the challenge

The challenge involves two static points, a starting point and an ending point, positioned at coordinates (0,0) and (N,N), respectively, where N represents the size of the game plan. The task consists of drawing a straight line from the starting point to the ending point without intersecting any obstacle.

Obstacles are represented by squares of size 10x10 and can be bypassed by the edges.

The figure below shows an example of a valid movement: Valid move

On the other hand, Figure Two depicts an example of an invalid movement: Invalid move

To run

To run, clone this repository, browse and install dependencies with pip install -r requirements.txt , then run with python main.py

The main.py file encompasses all the necessary steps to execute and customize the code. If you wish to make modifications or additions, you are welcome to do so.

Thanks for reading :)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages