Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Creating Pacman Labyrinth
Post: Creating Pacman Labyrinth

Hello. I am going to make Pacman in pygame. So, what is the best way(algorythm) to realize labyrinth in Pacman. I would like to have it like a graph, to use further. Thank you for your advices.
alehak Game Development 2 2,321 Oct-19-2019, 10:10 PM
    Thread: Why does this list of lists end up with the same values
Post: Why does this list of lists end up with the same v...

How can this be explained? x = [[]]*3 x[0].append('a') print(x)>>> returns [['a'], ['a'], ['a']]
alehak General Coding Help 2 2,549 Jul-18-2019, 11:00 AM

User Panel Messages

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