Initial commit — sujet TP1 IIA (Minimax / Alpha-Beta)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
8
src/main/java/games/dominos/DominosRole.java
Normal file
8
src/main/java/games/dominos/DominosRole.java
Normal file
@@ -0,0 +1,8 @@
|
||||
package games.dominos;
|
||||
|
||||
import iialib.games.model.IRole;
|
||||
|
||||
public enum DominosRole implements IRole{
|
||||
HORIZONTAL, // For the player playing its tiles hally
|
||||
VERTICAL // For the player playing its tiles vertically
|
||||
}
|
||||
Reference in New Issue
Block a user