Ajout de l'IA (utilisation de random)
This commit is contained in:
13
jeu_ia.h
13
jeu_ia.h
@@ -1,10 +1,13 @@
|
||||
#ifndef JEU_IA_H
|
||||
#define JEU_IA_H
|
||||
#ifndef JEU_IA_H_INCLUS
|
||||
#define JEU_IA_H_INCLUS
|
||||
|
||||
#include "jeu.h"
|
||||
|
||||
void jouerModeIA(struct EtatJeu *etatJeu);
|
||||
void gererClicIA(struct EtatJeu *etatJeu);
|
||||
void jouerCoupIA(struct EtatJeu *etatJeu);
|
||||
void gererPlacementInitialIA(struct EtatJeu *etatJeu);
|
||||
void gererTourJoueurIA(struct EtatJeu *etatJeu);
|
||||
void placementIA(struct EtatJeu *etatJeu);
|
||||
void deplacementIA(struct EtatJeu *etatJeu);
|
||||
void blocageIA(struct EtatJeu *etatJeu);
|
||||
|
||||
#endif
|
||||
#endif /* JEU_IA_H_INCLUS */
|
||||
|
||||
Reference in New Issue
Block a user