# 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 <!-- Please include a summary of the issue.--> ## 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. <!-- Uncomment this in case you have a issue related to a bug in existing code.--> <!-- - [ ] I have added screenshots of the bug - [ ] I have added steps to reproduce the bug - [ ] I have proposed a possible solution for the bug -->
Description
a 2 player chess game terminal base
the input will be like : q43 (q -> queen _ 4 -> row _ 3 column)
Type of issue
Checklist: