I think my game is so terrible

Started by
5 comments, last by Tom Sloper 4 years, 7 months ago

When I use graphics in my Python , they look really nasty, and they flicker. I know that I am supposed to use a back surface or something, but I don''t know how to do it. I also need to know how to use bitmaps or some other graphics. Thanks 

Advertisement

Are you looking for help with your code or just general python tutorials?

Maybe you can show us some example of your rendering code?

Are you using a library?

2 hours ago, lupacexi said:

When I use graphics in my Python , they look really nasty, and they flicker.

So your game is not bad, only the graphics are not so nice :)  (A bad game would be a game that is not fun to play.)

 

Assuming you use Pygame, did you have a look at the tutorials? https://www.pygame.org/wiki/tutorials

The first entry "Tutorials by DR0ID" looks useful. At least https://dr0id.bitbucket.io/legacy/pygame_tutorial01.html draws an image to the screen, and flips the display (ie the back surface thingie).

Yes, it is. It will get better, just keep doing it.

On 12/12/2018 at 6:50 PM, Alberth said:

So your game is not bad, only the graphics are not so nice :)  (A bad game would be a game that is not fun to play.)

 

Assuming you use Pygame, did you have a look at the tutorials? https://www.pygame.org/wiki/tutorials

The first entry "Tutorials by DR0ID" looks useful. At least https://dr0id.bitbucket.io/legacy/pygame_tutorial01.html draws an image to the screen, and flips the display (ie the back surface thingie).

Useful tutorials you shared Alberth - Thank you

This is an old topic, and it doesn't seem like the OP is still looking for answers. Closing thread.

-- Tom Sloper -- sloperama.com

This topic is closed to new replies.

Advertisement