| Summary: | Wrong queen notation when printing board | ||
|---|---|---|---|
| Product: | Chess Game - Group 24 | Reporter: | gsalter2-c |
| Component: | Chess | Assignee: | gsalter2-c |
| Status: | RESOLVED FIXED | ||
| Severity: | trivial | CC: | gsalter2-c |
| Priority: | --- | ||
| Version: | unspecified | ||
| Hardware: | PC | ||
| OS: | Mac OS | ||
|
Description
gsalter2-c
2022-11-28 00:12:52 HKT
Reason: Notation for queen was incorrect, it was "n" and "N" for black and white queen respectively, while it should be "q" and "Q". Resolution: Modify the notation for queen to "q" and "Q" for black and white players in Queen.java. |