Does anyone know how to make a rubic square using python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Does anyone know how to make a rubic square using python?

I mean making it like a game. The randomly arranged rubic square will appear and then the player will try to solve it.

21st Jan 2020, 3:57 AM
Hzkel
Hzkel - avatar
3 Answers
+ 3
Hzkel you will need to use GUI frameworks, such as PyQt5 or tkinter. However, you barely even know the basics of python, you will not be able to use any of these frameworks untill you have at least basic knowledge of data types, conditionals, functions, classes.. etc.
21st Jan 2020, 4:51 AM
Aymane Boukrouh
Aymane Boukrouh - avatar
+ 3
What do you mean by "make" a rubic square ?
21st Jan 2020, 4:04 AM
Aymane Boukrouh
Aymane Boukrouh - avatar
0
By make I mean making it like a real game!
21st Jan 2020, 4:49 AM
Hzkel
Hzkel - avatar