thomas-mauran / chess-tui

A chess TUI implementation in rust 🦀
https://thomas-mauran.github.io/chess-tui/
MIT License
388 stars 30 forks source link

docs: create new demo videos for the readme #89

Open thomas-mauran opened 1 week ago

thomas-mauran commented 1 week ago

Create new videos

Solution

We currently use vhs to create the demo videos. The goal here is to cover all the cool features of chess-tui especially the one missing videos in the README

infernosalex commented 6 days ago

Can I handle this?

thomas-mauran commented 6 days ago

Can I handle this?

Yep for sure, you might need to tackle #25 first (If I recall right you also wanted to do it) to be able to set the board in a certain position in through the command line in your vhs demo.

infernosalex commented 5 days ago

Can I handle this?

Yep for sure, you might need to tackle #25 first (If I recall right you also wanted to do it) to be able to set the board in a certain position in through the command line in your vhs demo.

Firstly I need to do algebraic form to tackle #25 #23 with succeed.

thomas-mauran commented 5 days ago

Can I handle this?

Yep for sure, you might need to tackle #25 first (If I recall right you also wanted to do it) to be able to set the board in a certain position in through the command line in your vhs demo.

Firstly I need to do algebraic form to tackle #25 #23 with succeed.

We currently have something translating chess tui moves to the algebraic notation which is used for the historic. What you could do is a similar fonction to convert algebraic moves to the chess tui form then do the #25 since you might not need the #23 first to do this demo video pr