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.

0 Endorsements
Ranked #27.9K
Ranked #4K
~1K People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for Aestter

Firstly, I want to ask - Do you know how to make a Python Exe? Have you done it before or is this your first try? If it`s your first attempt I`ll try and send you a step by step way of doing this. However, assuming you`ve done it before …

Member Avatar for Aestter
0
601
Member Avatar for gsingh2011

The problem is with the line: font = pygame.font.Font(None, 30) This is asking for a default font - although freesansbold.ttf is the default font Py2exe doesn`t seem to work very well with this way of asking for it. replace the above line with something more specific like: font = pygame.font.Font("freesansbold.ttf", …

Member Avatar for Arthurharr
0
252
Member Avatar for besktrap

[QUOTE=besktrap;654807]Any one know where I can find the pygame code to create a screen where you can draw simple lines by click and dragging the mouse? I know how to create lines with the pygame.draw.line(screen, (0,0, 0), (3,200), (9, 200)) script (using that as an example), but am looking for …

Member Avatar for world123space
0
324
Member Avatar for Logi.

[QUOTE=Logi.;777782]Hi there, Ive been following a pygame tutorial from devshed ([url="http://www.devshed.com/c/a/Python/A-PyGame-Working-Example-Starting-a-Game/"]here[/url] and [url="http://www.devshed.com/c/a/Python/A-PyGame-Working-Example-continued/"]here[/url]) on making a small game to helpme get to grips with using pygame unfortunately ive ran into a little snag :< I've checked and re checked the code to make sure its as given but every time …

Member Avatar for world123space
0
170

The End.