@ -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
41 cpu_choice('O');
Enjoy!