From e9a3fb0217e655ca1aed24b84db366bd35905135 Mon Sep 17 00:00:00 2001 From: simonkellet Date: Sun, 22 May 2022 11:54:53 +0100 Subject: [PATCH] update rd --- README.md | 11 ----------- 1 file changed, 11 deletions(-) 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!