Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Snake game: how to get an instance for my snake's body multiple times?
Post: RE: Snake game: how to get an instance for my snak...

(Jan-25-2022, 05:53 PM)deanhystad Wrote: self.body can only reference one Body object, so self.body is only the last Body sprite. for pos in BODY_LIST: self.body = Body(self,pos[0],...
hajebazil Game Development 2 2,182 Jan-30-2022, 04:58 AM
    Thread: Snake game: how to get an instance for my snake's body multiple times?
Post: Snake game: how to get an instance for my snake's ...

i am totaly begginer in programming and i am learning all by myself,sooo ty in andvance for any help. i am trying to make a snake game using pygame.My problem is that when the game starts i have the w...
hajebazil Game Development 2 2,182 Jan-23-2022, 04:27 AM

User Panel Messages

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