master
simonkellet 2 years ago
parent a84b5918b9
commit e9a3fb0217
  1. 11
      README.md

@ -11,15 +11,4 @@ then
./ttt
```
## CPU
There is infact a CPU programmed into this application!
You can play against it if you swap out:
```c
41 player_choice('O');
```
with
```c
41 cpu_choice('O');
```
Enjoy!

Loading…
Cancel
Save