tictactoe-powerpoint

所属分类:OA办公系统
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2021-06-03 15:42:55
上 传 者sh-1993
说明:  在PowerPoint中玩井字游戏,
(Play tic-tac-toe in PowerPoint,)

文件列表:
generate_powerpoint.py (1257, 2021-06-03)
requirements.txt (12, 2021-06-03)
tictactoe.py (1733, 2021-06-03)

## Play tic-tac-toe in PowerPoint Inspired by this tweet: https://twitter.com/buildsghost/status/1399971984541249538 The presentation has around 6,000 slides representing every possible game state (and some impossible ones, since I didn't check for wins or ties). You play by clicking on the squares, which are hyperlinks to other slides. https://user-images.githubusercontent.com/8890878/120588727-ab22d780-c405-11eb-8d27-b615f131951c.mp4 ## I don't want to clone a repo and run a python script just to play a terrible gimmicky game of tic-tac-toe! Fair enough. I've converted it to a [Google Slides presentation](https://docs.google.com/presentation/d/1_uKyq2WGYqu_SmXR-XBeGp5swDvSZzj_ovHLKV2NU68/edit?usp=sharing), which you can play by clicking "Present" on the top right corner. It'll take a minute to load. If that crashes, you can also try to go directly into [presentation mode](https://docs.google.com/presentation/d/e/2PACX-1vREYpjJ8uap4is8PEpZm8_9urF91NMOS9I_wB8m_66zNs60WwGlGl0dpd-gG3oLpPdnrJEtIt37o-M0/pub?start=false&loop=false). ## I *do* want to clone a repo and run a python script just to play a terrible gimmicky game of tic-tac-toe! ```bash python -m venv .venv source .venv/bin/activate pip install -r requirements.txt python generate_powerpoint.py ```

近期下载者

相关文件


收藏者