Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~19.0K People Reached

6 Posted Topics

Member Avatar for IIMorphII

How do you can the size of the window when you change it's size with the RESIZABLE flag? The size never updates to match the window. How can I get the window size by any other way?

Member Avatar for diliupgabadamudalige
0
17K
Member Avatar for god0fgod

I'll explain what I'm doing before I get to the exact problem. I've been making a 2D game in python. Originally I was making it in pygame but I faced a problem. To prevent a very low frame rate I either had to reduce the screen dimensions and remove features …

Member Avatar for god0fgod
0
208
Member Avatar for god0fgod

I've created a few functions to be used with pygame which are based on anti-aliased curves. At the moment and likely forever, it has two useful functions: aacircle(s,x,y,r,colour): Draws an anti-aliased circle on the surface s at the starting point x and y with the radius r. The circle will …

0
780
Member Avatar for somekid413

It seems to be trying to use ascii for some reason and not unicode. What is the encoding variable set to? Setting it to utf-8 should work. You might like this guide to unicode in Python 2 - [url]http://farmdev.com/talks/unicode/[/url]

Member Avatar for god0fgod
0
348
Member Avatar for god0fgod

I'm trying to make a game with pygame but none of the key constants work for the apple command key. How do I determine if it is pressed or not? Thank you.

0
79
Member Avatar for god0fgod

In a file there is a list: [QUOTE][['', '', '', '', '', '', '', '', '', 'Name'], ['', '', '', '', '', '', '', '', '', 1]][/QUOTE] How can I use it in a python script? Thanks

Member Avatar for Gribouillis
0
348

The End.