mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-04 17:17:59 -08:00
Classic TicTacToe just in Executable format
First, pick either 'X' or 'O' from the screen then, play the normal one Player TicTacToe. Playing on Terminal is kinda boring so, I made it into an executable file.
This commit is contained in:
3
89_Tic-Tac-Toe/python/TicTacToe_exe/README.md
Normal file
3
89_Tic-Tac-Toe/python/TicTacToe_exe/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
Making of .exe file command
|
||||
pip install pyinstaller // if you don't have it, also make sure the path you are using is correct
|
||||
pyinstaller --onefile (I wanted it all to be in 1 file) -w (since i used pygames) app.py (name of my main python file)
|
||||
Reference in New Issue
Block a user