Skip to content

Commit

Permalink
add content to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SarabjitS committed Nov 21, 2023
1 parent 1449081 commit 38151e5
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,21 @@

> Select an opening and use arrow/play button to go through the moves. Check if you have learned the opening by clicking the Test button.
Chess popularity has increased exponentially due to charismatic youtubers taking up the sport for bolstering their intellectual prowess and the incredible fun that comes along playing chess. As other chess enthusiasts, I found that if you want to be better at chess then learning about chess openings is not only mandatory for progress but also makes you faster when playing blitz games.
## General Info

This chess-opening application reinforces the different opeinings so that the user can enjoy the beautiful game of chess. After the user has studied the moves, they can test their knowledge. As it can be overhelming to remember all the moves at once, the user can take help by clicking the hint button.
- I wanted my first project to be something that I could use for improving my chess. Working on the app helped me dust-off my development skills and gain confidence.

Other functionalities include-
## Technologies Used

- HTML5
- CSS
- JavaScript (ES6)

<!-- Chess popularity has increased exponentially due to charismatic youtubers taking up the sport for bolstering their intellectual prowess and the incredible fun that comes along playing chess. As other chess enthusiasts, I found that if you want to be better at chess then learning about chess openings is not only mandatory for progress but also makes you faster when playing blitz games.
This chess-opening application reinforces the different opeinings so that the user can enjoy the beautiful game of chess. After the user has studied the moves, they can test their knowledge. As it can be overhelming to remember all the moves at once, the user can take help by clicking the hint button. -->

## Features

- Dark mode
- Sound on/off
Expand All @@ -17,3 +27,13 @@ Other functionalities include-
- Added hint button to help recalling a specific move (when in test mode)
- Added notations for convenience and better recall
- Highly responsive including adding mobile navbar

## Future Iterations

- Use an API to calculate the probability of success for the specific opening
- Add drag/drop functionality to chess pieces when in test mode

## Contact

- [Sarabjit Singh](https://www.linkedin.com/in/sarabjit-singh-97b84012/) - [sab.walia@gmail.com](sab.walia@gmail.com)
- Project Link: https://github.com/SarabjitS/Chess-Openings

0 comments on commit 38151e5

Please sign in to comment.