diff options
| author | Adam T. Carpenter <Commodore@chunkybluegiant> | 2025-04-28 11:54:07 -0400 |
|---|---|---|
| committer | Adam T. Carpenter <Commodore@chunkybluegiant> | 2025-04-28 11:54:07 -0400 |
| commit | e447b8844a4dd13a8b57599dcae767c513761793 (patch) | |
| tree | d90ea9f24253026b1939f92a9544ed00bf8e699c /src/consts.h | |
| parent | 0976b24cad90547fec8a1252f7e962b13d711501 (diff) | |
| download | ttt-c64-e447b8844a4dd13a8b57599dcae767c513761793.tar.xz ttt-c64-e447b8844a4dd13a8b57599dcae767c513761793.zip | |
feat: rudimentary play with randomized opponent moves
Diffstat (limited to 'src/consts.h')
| -rw-r--r-- | src/consts.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/consts.h b/src/consts.h index b1eaab2..6a482bd 100644 --- a/src/consts.h +++ b/src/consts.h @@ -1,4 +1,3 @@ #define EMPTY 0 #define X 1 -#define O 2 -#define TIE 3
\ No newline at end of file +#define O 2
\ No newline at end of file |