Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
3ein39 committed Sep 12, 2023
1 parent 2516e61 commit 8aef0fe
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# KnightsTravails

![Project Demo](https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExazZsNmNpd2M4eHo2ZzZ6dTlqbnFtMGRsOTB5eHg4YTNnenJ0Njh4ZSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/B6VqJdKE3j4URpNs3O/giphy.gif)

## Description

This project is part of [The Odin Project's curriculum](https://www.theodinproject.com/lessons/javascript-knights-travails). It's a JavaScript implementation of the Knight's Travails problem, which explores the shortest path a knight can take on a chessboard from one square to another.

## Demo

You can see a live demo of this project on GitHub Pages: [KnightsTravails Demo](https://3ein39.github.io/odin-KnightsTravails)

## Features

- Find the shortest path for a knight to move from one square to another on a chessboard.
- Visualize the knight's movements with smooth animation.

## Acknowledgments

- [The Odin Project](https://www.theodinproject.com/)

0 comments on commit 8aef0fe

Please sign in to comment.