No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Re: Its easy, just have some code to alter the (color = (x,x,x)) and then the lines will be drawn with different colors. If you want a button to do it, then just have the code in your event loop. | |
Re: Not really with top down games, but i have experience with pygame and would be willing to answer any questions you have. The top-down part makes it a bit easier, all you should need is a player sprite, and a zombie sprite, and since you don't want to make it … | |
Re: Do you plan to use images? Animations? If you could provide a bit more info on what exactly you're trying to create, and how you want it to come out, I could give ya a few tips. | |
Re: I'd start by changing your input() function to a different name to prevent confusion. Add an else to catch any other input that isn't 1 or 2. There is also an infinite loop here. Not sure what version of python you're using but the newer versions for the print function … |
The End.