Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Creating Map Obstacles
Post: RE: Creating Map Obstacles

(Jun-07-2019, 07:53 PM)Windspar Wrote: I over looked that. speed = 3 movement = pygame.Vector2(0, 0) # If the UP key is pressed, move the player upwards if pressed[pygame.K_UP] and not pressed[pygam...
cameron121901 Game Development 9 8,271 Jun-10-2019, 03:56 PM
    Thread: Creating Map Obstacles
Post: RE: Creating Map Obstacles

(Jun-06-2019, 08:45 PM)Windspar Wrote: after screen.blit(farm_image, (0, 0)) pygame.draw.rect(screen, pygame.Color('red'), char) this need to go in main loop. After screen.blit(farm_image, (0,0)) #...
cameron121901 Game Development 9 8,271 Jun-07-2019, 06:08 PM
    Thread: Creating Map Obstacles
Post: RE: Creating Map Obstacles

So now my code looks like this: # Allows the usage of the PyGame library import pygame # Initializes PyGame pygame.init() # RGB Colors red = (255, 0, 0) green = (0, 255, 0) blue = (0, 0, 255) # Co...
cameron121901 Game Development 9 8,271 Jun-06-2019, 07:42 PM
    Thread: Creating Map Obstacles
Post: RE: Creating Map Obstacles

[Image: https://static3.scirra.net/images/newsto...mo_720.png] (farm_sprite.png)
cameron121901 Game Development 9 8,271 Jun-06-2019, 06:09 AM
    Thread: Creating Map Obstacles
Post: Creating Map Obstacles

I saved the image without paying for it, however, I don't intend to use it for anything but learning how to use PyGame. I am a beginner. When the code is executed, the rectangle object controlled by ...
cameron121901 Game Development 9 8,271 Jun-05-2019, 08:00 PM
    Thread: Using Time to Update a Global Variable and Label in TkInter
Post: RE: Using Time to Update a Global Variable and Lab...

(Apr-22-2019, 02:59 AM)SheeppOSU Wrote: Why are you defining all the functions of the class inside the __init__ function I am just learning the __init__ function and am just scratching the surface o...
cameron121901 Game Development 5 4,040 Apr-22-2019, 03:56 AM
    Thread: Using Time to Update a Global Variable and Label in TkInter
Post: Using Time to Update a Global Variable and Label i...

At the moment, I am trying to make a game using TkInter. So far, it probably doesn't look very pretty, but please ignore that **sleepy**. What I am trying to do is implement the cookies per second ac...
cameron121901 Game Development 5 4,040 Apr-21-2019, 09:27 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020