Skip to content

sunmaximus/chess_knight_bfs_movement

Repository files navigation

Knight Shortest Path

https://sunmaximus.github.io//chess_knight_bfs_movement/

Description

This is an implementation of finding knight shortest route from point A to point B using Breadth First Search (BFS).

Backend

The backend is in Python3 using Flask to communicate through REST to activate BFS algorithm. Follow the instructions down below and make sure Flask server run first.

Flask Set-Up

Python3 only

$ pip3 install -r requirements.txt
$ export FLASK_APP=server.py
$ export FLASK_ENV=development
$ flask run

Client

The Client App is written in ReactJS library.

Client Set-Up

$ npm i
$ npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors