No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
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 …
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", …
[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 …
[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 …
The End.
world123space