From 109e0e3c3d969f254ee404a1bfb275531749099e Mon Sep 17 00:00:00 2001 From: Abhijnan Sen <86059055+abhisen-exe@users.noreply.github.com> Date: Thu, 13 Oct 2022 22:12:33 +0530 Subject: [PATCH] Abhijnan Sen Chess-Game --- Chess-game.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Chess-game.md diff --git a/Chess-game.md b/Chess-game.md new file mode 100644 index 00000000..3e22bba3 --- /dev/null +++ b/Chess-game.md @@ -0,0 +1,28 @@ +# Chess App + +**Tier:** 3- Advance Project + +Chess is an excellent board logic game that develops such skills as tactics, strategy and visual memory. It is an application that allows a player of any level to enjoy the game. Using Dart. + +## User Stories + +- [ ] Choose the colour the user wants to choose. +- [ ] By pressing enter, the user can view a chessboard onto the screen. +- [ ] The user can view and draw the pieces around the chessboard. +- [ ] For the opponent user, we need to build a algorithm based chessmover which provides a suitable output for the user input. + +## Bonus features + +- [ ] We can create a function to let users register themselves so that they can access their account from any device. +- [ ] Also players can sent friend requests to different users and play with other friends. + +## Useful links and resources + +- [Guide](https://medium.com/codechai/making-a-chess-app-with-flutter-6aa9ec609381) +- [Flutter](https://flutter.dev/) +- [Dart](https://dart.dev/) +- [bootstrap](https://getbootstrap.com/) + +## Example projects + +- [Let's Make Chess in Java!](https://www.youtube.com/watch?v=Bj6N0pEVC-I) by [The HappieCat] \ No newline at end of file