From 611c9858e8de62beca9b2abe79c1145409bca56b Mon Sep 17 00:00:00 2001 From: Voidbert <50591320+voidbert@users.noreply.github.com> Date: Sat, 14 Mar 2020 12:01:41 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc27ac1..250baa9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # PyTacToe TicTacToe for the CASIO fx-CG50. The game was written for the 2nd time and it's now ready to have a public repository. It supports multiplayer and singleplayer with an easy, a medium and a hard AI. Good luck winning them. -On the CASIO fx-CG50, load this game using the Link application and use the Python program in the calculator to run it. On PCs, use `python PyTacToe.py` on Windows and `python3 PyTacToe.py` on Linux. +On the CASIO fx-CG50, load this game using the Link application and use the Python program to run it. On PCs, use `python PyTacToe.py` on Windows and `python3 PyTacToe.py` on Linux. The game is around 20kB. If you want to save space on the calculator, the script `CommentRemover.py` removes comments and empty lines from the game and outputs the result to a smaller file that you can more easily load into a calculator. To run this script: