force push echiquier et main
ajout de commentaire pour que ce soit compréhensible
This commit is contained in:
parent
decd349318
commit
afde656925
@ -5,7 +5,7 @@ import joueurs.Joueur;
|
||||
public class Echiquier {
|
||||
|
||||
private String[][] codes =
|
||||
{
|
||||
{
|
||||
{"A8","B8","C8","D8","E8","F8","G8","H8"},
|
||||
{"A7","B7","C7","D7","E7","F7","G7","H7"},
|
||||
{"A6","B6","C6","D6","E6","F6","G6","H6"},
|
||||
|
@ -2,7 +2,7 @@ package visuel;
|
||||
// sert pour recup input clavier
|
||||
import java.util.Scanner;
|
||||
|
||||
import joueurs.Joueur;
|
||||
import joueurs.Joueur;
|
||||
|
||||
import piecesEchiquier.Echiquier;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user