API game (bug possible)
This commit is contained in:
11
2024-25/javaAPI/fr/iut_fbleau/GameAPI/Result.java
Normal file
11
2024-25/javaAPI/fr/iut_fbleau/GameAPI/Result.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package fr.iut_fbleau.GameAPI;
|
||||
|
||||
/**
|
||||
* To output the result of a 2 player game that is symmetric.
|
||||
* from the perspective of the player PLAYER1.
|
||||
*/
|
||||
public enum Result {
|
||||
WIN,
|
||||
DRAW,
|
||||
LOSS;
|
||||
}
|
Reference in New Issue
Block a user