An open API service indexing awesome lists of open source software.

https://github.com/rayslash/chessd

Raylib game | ChessD
https://github.com/rayslash/chessd

Last synced: about 1 year ago
JSON representation

Raylib game | ChessD

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)