python-mini-projects icon indicating copy to clipboard operation
python-mini-projects copied to clipboard

chess_game

Open parsariyahi opened this issue 3 years ago • 0 comments

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.

parsariyahi avatar Mar 07 '22 11:03 parsariyahi