clement-branch #1

Merged
Clement JANNAIRE merged 5 commits from clement-branch into main 2025-11-27 11:57:51 +01:00
Showing only changes of commit 417f0ffd7f - Show all commits

View File

@@ -3,7 +3,7 @@ package fr.iut_fbleau.info.but3.automation.rock_paper_scissors.play.domain;
public enum Move { public enum Move {
ROCK, ROCK,
PAPER, PAPER,
SCISSORS; SCISSORS,
PUIT; PUIT;
public boolean beats(Move other) { public boolean beats(Move other) {