https://github.com/rayslash/chessd
Raylib game | ChessD
https://github.com/rayslash/chessd
Last synced: about 1 year ago
JSON representation
Raylib game | ChessD
- Host: GitHub
- URL: https://github.com/rayslash/chessd
- Owner: RaySlash
- License: gpl-3.0
- Created: 2025-02-26T10:14:28.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-18T06:24:15.000Z (about 1 year ago)
- Last Synced: 2025-04-18T19:39:57.920Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chessd - Game
## Info
- Total space is divided (8x8) 64 squares of alternating color
| Piece | King | Queen | Rook | Bishop | Knight | Pawn|
|-----|---|---|---|---|---|---|
|Number of pieces | 1 | 1 | 2 | 2 | 2 | 8 |
- Consist of two players with two seperate counters.
### TODO
- Counter for a player starts when the opposition finish their move.
# Credits
- Thanks to JohnPablok and OpenGameArt for the board color and pieces.(128x PNG models) [Source (1x PNGs)](https://opengameart.org/content/chess-pieces-and-board-squares)