Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Space Invaders in PyGame
Post: RE: Space Invaders in PyGame

I ran the code that you've pasted above and it works fine here, but I'm wondering if you have got the "update" method indented correctly within the spaceship class. it should be: #create spaceship cl...
Russ_CW Game Development 5 5,086 Nov-22-2020, 12:21 PM
    Thread: Space Invaders in PyGame
Post: RE: Space Invaders in PyGame

Thanks! Those are good suggestions, I'll definitely polish it up with those kinds of features now that the basic mechanic of the game is done. I'll add Bubble Bobble to the list :). I've actually bee...
Russ_CW Game Development 5 5,086 Nov-15-2020, 11:05 AM
  Video Thread: Space Invaders in PyGame
Post: Space Invaders in PyGame

Hi Folks, This is my clone of space invaders with an explanation of how I coded it. **smile** [Video: https://youtu.be/f4coFYbYQzw] Code
Russ_CW Game Development 5 5,086 Oct-30-2020, 04:51 PM
    Thread: pygame blit() method
Post: RE: pygame blit() method

The blit function will draw your player surface at the coordinates you give it. So if you put (SCREEN_WIDTH / 2, SCREEN_HEIGHT / 2) then it will draw it there. By saying surf.get_rect() you are just ...
Russ_CW Game Development 1 5,004 Oct-30-2020, 04:46 PM
    Thread: Sprite Animation to create an explosion
Post: RE: Sprite Animation to create an explosion

Thanks, that's good to hear! **smile** I've been working on a couple of little games but I'll likely put together another tutorial soon and post it up here
Russ_CW Game Development 2 4,032 Oct-23-2020, 04:57 PM
    Thread: Sprite Animation to create an explosion
Post: Sprite Animation to create an explosion

Hi Folks, Thought I would share a quick demo of how to create sprite animations in PyGame - in this case to create an explosion. You can get the source code and images here: https://github.com/russs...
Russ_CW Game Development 2 4,032 Oct-20-2020, 07:35 PM
    Thread: Creating Pong in Pygame
Post: RE: Creating Pong in Pygame

Thanks Michael **smile** . Yea, you're right about the zoom - I use sublime for my code and that lets me zoom in/increase text size to make it much more readable, so I'll keep that in mind for future ...
Russ_CW Game Development 2 2,859 Oct-11-2020, 11:56 AM
    Thread: Creating Pong in Pygame
Post: Creating Pong in Pygame

Hi Folks, This is my version of Pong, coded in PyGame, which was pretty fun and not too difficult to code. Any comments welcome :) Code [Video: https://youtu.be/Jsa7NmNtWTo]Code:
Russ_CW Game Development 2 2,859 Oct-09-2020, 04:47 PM
    Thread: Making Buttons in Pygame!
Post: Making Buttons in Pygame!

Hi folks, I got tired of creating buttons every time so I've made a button Class to make the process quicker and easier! GitHub link below as well as a video to explain the code **smile** Code o...
Russ_CW Tutorial Requests and Submissions 0 3,646 Oct-02-2020, 04:07 PM

User Panel Messages

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