0
Is it possible to create a 2D python game and run it on notepad
I don't have a IDE nor compiler nor pygame so can I create a game only with notepad
4 ответов
+ 4
You can yes but then you need to learn how to use the canvas but I recommend you just use the pygame module.
It will just be completely unnecessary and difficult if you try and create a game without the pygame module.
If you don't have pygame yet then just use this command on your command line.
pip pygame
+ 1
It's one of the objects you get in the tkinter module that comes standard with python. With the canvas object you can draw lines and shapes and present it on a gui.
0
what is the canvas
0
Is it possible to do the same thing on microsoft word or one note