0
How can i make a tic Tac game using python and kivy library
4 Respostas
+ 1
Well my Dude i did some Kivy app, but i used KivyMD (MaterialDesign) it has a bit more advanced coloring and it requires less code to configure as the standart kivylib.
Check out this Gitrepository
https://github.com/sera619/TicTacToe-KivyMD
it contains 2 files . the layout.kv is for the basic layout, the main.py contains the whole Game-Logic
The game is fullfeatured and works so far feel free to edit
hopefully that helped you..
happy coding =)
+ 2
Hey hey, well think off kivy is a empty Html canvas. You have to define your playarea etc. To create a layout use a kivy file is recommend. Anyways i will do a small startpoint for you. Maybe that help you. Just give me a bit time 😉
+ 1
You can search it on YouTube channel called 'code with harry' or 'bro code' where you can make this game easily by watching that video.
+ 1
Well my repository is compiled to a .apk just if you want test out on your phone. I comment the code so that you can follow beside the fact thats not much code at all.
Kivy md is not a other code style than kivy they just compact it a bit foremost the .kv language wich makes easyier to create layouts with it