https://github.com/aitorzip/deeptactoe
Multi-platform (Windows, GNU/Linux, Mac, Android, iOS) improved version of the original Tic Tac Toe
https://github.com/aitorzip/deeptactoe
Last synced: about 1 year ago
JSON representation
Multi-platform (Windows, GNU/Linux, Mac, Android, iOS) improved version of the original Tic Tac Toe
- Host: GitHub
- URL: https://github.com/aitorzip/deeptactoe
- Owner: aitorzip
- Created: 2017-08-06T13:39:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-02T01:16:40.000Z (almost 9 years ago)
- Last Synced: 2025-02-16T07:17:43.104Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 456 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deep Tac Toe
Multi-platform (Windows, GNU/Linux, Mac, Android, iOS) funnier version of the original Tic Tac Toe
## Requirements
* Python
* Kivy
Run with:
```python main.py```
## Build for android
To build an APK for android make sure you have [buildozer](https://github.com/kivy/buildozer) installed and execute the following command:
```buildozer android debug```
The APK can be found in the `bin` directory.
If you have an android device connected (or emulator) it will automatically be pushed by issuing the following command:
```buildozer android deploy```