Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noxikoxi/chess
https://github.com/noxikoxi/chess
Last synced: about 3 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/noxikoxi/chess
- Owner: noxikoxi
- Created: 2023-09-15T10:38:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-06T10:56:21.000Z (about 1 year ago)
- Last Synced: 2023-11-06T11:56:37.251Z (about 1 year ago)
- Language: Python
- Size: 605 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chess
### TODO
- [x] Add piece possible blocks after check
- [x] Add possible piece attacks after check
- [x] Piece cannot move if tied
- [x] Add winning and draw
- [x] Add sound
- [x] Add some resizing options
- [x] Add game menu
- [x] ScoreSheet should save game moves after finish
- [x] Check if Castling blocks are not attacked
- [x] Add visible upgrade pawn option
- [ ] Improve unselecting of piece
- [ ] Add icons to show players which one of them can make a move
- [ ] Add timer for players
- [ ] Need option for score sheet when pawn is promoted after attack### BUGS
- [x] Pawn cannot upgrade after attack
- [x] After promotion and check, check sound should be played