hey guys please tell me how to create our own game on pygame using python please tell it's urgent
Answers
Answered by
5
- Import the PyGame library. ...
- Initialize PyGame and set up the display window.
- Load the image that you will use for the bunny.
- Keep looping over the following indented code. ...
- Fill the screen with black before you draw anything.
- Add the bunny image that you loaded to the screen at x=100 and y=100.
Similar questions