https://github.com/sera619/tictactoe-kivymd
A simple Tic Tac Toe game made with KivyMD & Python
https://github.com/sera619/tictactoe-kivymd
python-kivy python-kivy-kivymd python-tictactoe
Last synced: 8 months ago
JSON representation
A simple Tic Tac Toe game made with KivyMD & Python
- Host: GitHub
- URL: https://github.com/sera619/tictactoe-kivymd
- Owner: sera619
- Created: 2022-11-26T08:58:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T18:04:01.000Z (almost 2 years ago)
- Last Synced: 2025-01-06T01:10:25.457Z (over 1 year ago)
- Topics: python-kivy, python-kivy-kivymd, python-tictactoe
- Language: Python
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TicTacToe Game with Python and KivyMD #
> Just a simple tictactoe game to show off how kivy works
> Feel free to edit
>
> Please Notice:
> you have to make sure you have all dependecies installed to do this open a shell and enter:
>
> ```CMD
> pip install -r requirements.txt
>```
>
>after installing dependecies just run the main.py with:
>
>```CMD
> python .\main.py
>```
>
## Get the Game ##
> You can find a compiled android .apk if you click [here](https://github.com/sera619/TicTacToe-KivyMD/releases/tag/Android-APK).
> Please notice: The apk can be tagged as not trusable app, thats cause i dont provide a APK signkey and this is also a Debug version from the game.
> You have to enable the development mode on your android device to successfully install the apk maybe.
> I also work on a windows/linux binary. This will get released soon.
## Preview ##

