commit initial: ajout de l'interface Bot
This commit is contained in:
commit
717e7e3ee7
10
Bot.java
Normal file
10
Bot.java
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
// Cette classe specifie une API pour interagir avec le moteur
|
||||||
|
|
||||||
|
public interface Bot{
|
||||||
|
|
||||||
|
|
||||||
|
// Replace boolean by the class used to return the play the Bot just did
|
||||||
|
public boolean jouerCoup(Grid grille, int score);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user