Skip to content
Extraits de code Groupes Projets
Valider 3f88aed4 rédigé par wobot1340's avatar wobot1340
Parcourir les fichiers

Belami report

parent 3d657ef9
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -25,4 +25,14 @@ The first contribution I made was to give to the different pieces of the chess g
Before, the pieces were only represented by letters, 'p' for pawns, 'K' for knights, 'R' for rooks, 'B' for bishops, 'K' for kings and 'Q' for queens. So I decided to illustrate all these pieces with their respective images.
"R" -> '♜', "N" -> '♞', "B" -> '♝', "K" -> '♚', "Q" -> '♛', "P" -> '♟',
"R" -> '♜', "N" -> '♞', "B" -> '♝', "K" -> '♚', "Q" -> '♛', "P" -> '♟'
![enter image description here](https://i.imgur.com/qQrINcA.png)
# Chessboard
I decided to add a kind of chessboard to the game. From now on, players will have the possibility to play with black and white squares like a real Chess game. However, after thinking about it, some may find that there is too many images in the game because of this. In fact, before playing the game seems to be perfeclty 'balanced' but it's only after playing a few moves that you realize that the game is a bit messy with all its illustrations. So, I decided to keep the points : '.' instead of squares
![enter image description here](https://i.imgur.com/UjypQIi.png)
![enter image description here](https://i.imgur.com/ACxNG2v.png)
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter