Python-World / python-mini-projects

A collection of simple python mini projects to enhance your python skills

Home Page:https://python-world.github.io/python-mini-projects/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chess_game

parsariyahi opened this issue · 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

  • Feature (New Script)
  • Bug
  • Documentation

Checklist:

  • I have read the project guidelines.
  • I have checked all the existing projects, before submitting a new project issue.
  • I have checked previous issues to avoid duplicates.
  • This issue will be meaningful for the project.