added readme

This commit is contained in:
Raphaël LACROIX 2023-03-16 22:51:05 +01:00
parent 6d8273617c
commit 57ef053de8
2 changed files with 16 additions and 1 deletions

View file

@ -150,7 +150,7 @@ loop_sucessors([[Act,U,[F_proposal,H_proposal,G_proposal]]|T],Q,Pu,Pf,Pere,Pu_re
belongs([U,_,_], Pu), !,
suppress([[F,H,G], U],Pf, Pf_new),
suppress([U,[F,H,G], _, _],Pu, Pu_new),
(H =< H_proposal ->
(F =< F_proposal ->
loop_sucessors(T,Q,Pu,Pf,Pere,Pu_result,Pf_result)
;
insert([[F_proposal,H_proposal,G_proposal], U],Pf_new, Pf_new_new),

15
TP1/readme.md Normal file
View file

@ -0,0 +1,15 @@
# Intelligence Artificielle
## Jeu du taquin :
- taquin.pl
- avl.pl
- aetoile.pl
## Jeu du morpion :
- negamax.pl
- tictactoe.pl
## Participation
- Aurélia LEJEUNE
- Raphaël LACROIX