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 #31.8K
~7K People Reached
Favorite Tags

5 Posted Topics

Member Avatar for funfullson
Member Avatar for shurshot

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.

Member Avatar for Ene Uran
0
3K
Member Avatar for poker158149

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 …

Member Avatar for Greeky
0
164
Member Avatar for Acidz

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.

Member Avatar for lrh9
0
276
Member Avatar for effBlam

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 …

Member Avatar for Greeky
0
224

The End.