Commit Graph

13 Commits

Author SHA1 Message Date
c9affba9f5 feat(Circuit): rework complet de Circuit 2025-10-29 17:34:11 +01:00
9ab1d6b960 feat: enlever Circuit.java et toute ses impl 2025-10-29 16:41:03 +01:00
f7677fec3b feat(CircuitCell): implemente Circuit 2025-10-29 16:27:47 +01:00
072b37ece7 fix(Map.java): modif des fonc bind, follow et build path
- `bindPath`: `Point(i, j)` -> `Point(j, i)`
- `buildPath`: init ArrayList
- `followPath`: ajout current == ROAD ET next == FINISH
2025-10-29 16:00:21 +01:00
df30cd0716 feat(Map.java): ajout buildPath function 2025-10-29 15:14:09 +01:00
5dd84cef90 feat(Map.java): ajout followPath fonction 2025-10-29 15:12:25 +01:00
04b95601ab feat(Map.java): ajout fonction bindPath 2025-10-29 13:06:24 +01:00
685313dc25 feat(Map.java): init la class Map 2025-10-27 17:50:57 +01:00
760e338b48 feat(Circuit.java): ajout interface pour la map 2025-10-27 17:37:11 +01:00
7b669dcf3d feat(CircuitCell.java): ajout enum 2025-10-27 17:30:15 +01:00
2b30b5f2f8 chore: ajout d'un action github 2025-10-27 17:06:50 +01:00
1dbf10b165 chore: init les fichiers par defaut du repo 2025-10-27 16:47:11 +01:00
Loïc GUEZO
f1912c2bc4 Initial commit 2025-10-27 16:37:32 +01:00