28 #ifndef GROOVIE_LOGIC_GALLERY_H 29 #define GROOVIE_LOGIC_GALLERY_H 31 #include "common/random.h" 32 #include "common/system.h" 79 const int kPieceCount = 21;
90 void run(byte *scriptVariables);
93 byte galleryAI(byte *pieceStatus,
int depth);
95 static const byte kGalleryLinks[21][10];
99 void ensureSamanthaWins(
int seed);
100 void testsWriteMove(
int move, byte pieceStatus[kPieceCount]);
105 #endif // GROOVIE_LOGIC_GALLERY_H
Out move(In first, In last, Out dst)
Definition: algorithm.h:109