python-mini-projects
python-mini-projects copied to clipboard
chess_game
Description
a 2 player chess game terminal base
the input will be like : q43 (q -> queen _ 4 -> row _ 3 column)
- first name of each piece
- 0-7 row
- 0-7 column
Type of issue
- [x] Feature (New Script)
- [ ] Bug
- [ ] Documentation
Checklist:
- [x] I have read the project guidelines.
- [x] I have checked all the existing projects, before submitting a new project issue.
- [x] I have checked previous issues to avoid duplicates.
- [x] This issue will be meaningful for the project.