This repository has been archived on 2021-02-18. You can view files and clone it, but cannot push or open issues or pull requests.
chess/res/pieces
Kai S. K. Engelbart 5abccf82d7 Preparing board implementation and rendering
+ Board class as data model
+ Texture loading code in BoardPanel
+ Abstract Piece class with Type enum
- Moved piece textures into res/pieces
- Changes TextureLoader to work directly with files
2019-07-01 19:08:37 +02:00
..
bishop_black.png Preparing board implementation and rendering 2019-07-01 19:08:37 +02:00
bishop_white.png Preparing board implementation and rendering 2019-07-01 19:08:37 +02:00
king_black.png Preparing board implementation and rendering 2019-07-01 19:08:37 +02:00
king_white.png Preparing board implementation and rendering 2019-07-01 19:08:37 +02:00
knight_black.png Preparing board implementation and rendering 2019-07-01 19:08:37 +02:00
knight_white.png Preparing board implementation and rendering 2019-07-01 19:08:37 +02:00
pawn_black.png Preparing board implementation and rendering 2019-07-01 19:08:37 +02:00
pawn_white.png Preparing board implementation and rendering 2019-07-01 19:08:37 +02:00
queen_black.png Preparing board implementation and rendering 2019-07-01 19:08:37 +02:00
queen_white.png Preparing board implementation and rendering 2019-07-01 19:08:37 +02:00
rook_black.png Preparing board implementation and rendering 2019-07-01 19:08:37 +02:00
rook_white.png Preparing board implementation and rendering 2019-07-01 19:08:37 +02:00