A chess TUI implementation
11–20 of 47 posts
Re: A chess TUI implementation
#12Honest question, is there any open source non-subscription based no-frill virtual chess board on Android that allows you to simply play chess offline against human or AI, in the same spirit as VLC on Android?
Re: A chess TUI implementation
#13Honest question, is there any open source non-subscription based no-frill virtual chess board on Android that allows you to simply play chess offline against human or AI, in the same spirit as VLC on Android?
JustChess (Chess for one or two players) https://f-droid.org/packages/com.alaskalinuxuser.justchess/
Re: A chess TUI implementation
#14Honest question, is there any open source non-subscription based no-frill virtual chess board on Android that allows you to simply play chess offline against human or AI, in the same spirit as VLC on Android?
lichess is open source and has an android app
Re: A chess TUI implementation
#15Re: A chess TUI implementation
#16what's TUI? T for text?
Yes. Text
Re: A chess TUI implementation
#17Re: A chess TUI implementation
#18Honest question, is there any open source non-subscription based no-frill virtual chess board on Android that allows you to simply play chess offline against human or AI, in the same spirit as VLC on Android?
lichess is open source and has an android app
Re: A chess TUI implementation
#19Honest question, is there any open source non-subscription based no-frill virtual chess board on Android that allows you to simply play chess offline against human or AI, in the same spirit as VLC on Android?
lichess is open source and has an android app
Apparently, Lichess has 'Over the board' feature that allows you to play with your friend offline, nice!
Re: A chess TUI implementation
#20Commit 592de110d15c55512f8254b38051e3a61853eb82 looks weird. I don't have the time to read the code, but mod 9 instead of mod 8 in a chess-related program looks like the off-by-one has just been "fixed" in the wrong place.