How can i make a tic Tac game using python and kivy library | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i make a tic Tac game using python and kivy library

25th Nov 2022, 9:05 PM
Bahakem Tahar
4 Answers
+ 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 =)
26th Nov 2022, 9:07 AM
S3R43o3
S3R43o3 - avatar
+ 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 😉
26th Nov 2022, 7:12 AM
S3R43o3
S3R43o3 - avatar
+ 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.
29th Nov 2022, 11:38 AM
Anonymous
Anonymous - avatar
+ 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
29th Nov 2022, 10:42 PM
S3R43o3
S3R43o3 - avatar