diff --git a/README.md b/README.md index 42ec433..c90a389 100644 --- a/README.md +++ b/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!