A simple tic tac toe game made in the kivy framework.
Requirements:
- Kivy
- Python 2.7
Run with:
$python main.py
To build an APK for android make sure you have buildozer installed and execute the following command:
$buildozer android deploy
If you have an android device connected it will automatically be pushed. If not the apk can be found in the bin
directory.