parent
b47cf8261f
commit
109e0e3c3d
@ -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]
|
Loading…
Reference in new issue