Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
voidbert authored Mar 14, 2020
1 parent 65e1b33 commit 611c985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down

0 comments on commit 611c985

Please sign in to comment.