akshitkrnagpal / chess

Chess using React Native
https://chess.akshitkrnagpal.com
MIT License
6 stars 2 forks source link

!! -- Contributions Welcome -- !! #1

Open akshitkrnagpal opened 4 years ago

akshitkrnagpal commented 4 years ago

I built this app and it was rotting in a private repo for around 2.5 years (back when I was young 😉).

There can be tons of improvements in the current code and many features can be implemented. Feel free everyone. 🎉

joy-mollick commented 1 year ago

I already made an animated moving pieces based nice CHESS game (ios & android) for my client using react native and used chess-rule library and minimax algo whatever you used !! But I did lot of optimization for large time complexity of minimax algorithm . I also used Alpha-Beta Pruning to optimize it and now it became a nice one . My entry point was your code which helped me a lot ...