Commit Graph

55 Commits

Author SHA1 Message Date
f420d4f9c2
Added pawn rendering
+ Initializing pawns in Board
+ Piece rendering in BoardPanel
- Fixed size initialization bug in BoardPanel
+ Pawn class
+ Color property in Piece
2020-08-15 23:24:16 +02:00
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
e17373a89e
Updated .project and .gitignore 2020-08-15 23:24:14 +02:00
0e5a88408a
Added Eclipse project and basic class structure
+ Piece icons
+ TextureLoader
+ BoardPanel as a UI for the chess board
+ Chess as a main class
2020-08-15 23:24:14 +02:00
f53e6f987d
Initial commit 2020-08-15 23:24:13 +02:00