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 138bda75a4
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
2020-08-15 23:24:15 +02:00
..
bishop_black.png Preparing board implementation and rendering 2020-08-15 23:24:15 +02:00
bishop_white.png Preparing board implementation and rendering 2020-08-15 23:24:15 +02:00
king_black.png Preparing board implementation and rendering 2020-08-15 23:24:15 +02:00
king_white.png Preparing board implementation and rendering 2020-08-15 23:24:15 +02:00
knight_black.png Preparing board implementation and rendering 2020-08-15 23:24:15 +02:00
knight_white.png Preparing board implementation and rendering 2020-08-15 23:24:15 +02:00
pawn_black.png Preparing board implementation and rendering 2020-08-15 23:24:15 +02:00
pawn_white.png Preparing board implementation and rendering 2020-08-15 23:24:15 +02:00
queen_black.png Preparing board implementation and rendering 2020-08-15 23:24:15 +02:00
queen_white.png Preparing board implementation and rendering 2020-08-15 23:24:15 +02:00
rook_black.png Preparing board implementation and rendering 2020-08-15 23:24:15 +02:00
rook_white.png Preparing board implementation and rendering 2020-08-15 23:24:15 +02:00