I coded a script to allow me to jump between rooms because otherwise you have to play through it just to see what one looks like. feel free to copy elif event.key == pygame.K_0: room_num = 0 current_room = room_list[room_num] player.rect.x = 0 elif event.key == pygame.K_1: room_num = 1 current_room = room_list[room_num] player.rect.x = 0 elif event.key == pygame.K_2: room_num = 2 current_room = room_list[room_num] player.rect.x = 0 #put this in your events section
hunga babunga ooga booga AWOOOOOOOOGA
The goat of computer science fr
daddy gorvin😜
Mr gorvin you taught me in year 7 and 8, still going strong my goat 🙏🏻
I coded a script to allow me to jump between rooms because otherwise you have to play through it just to see what one looks like. feel free to copy elif event.key == pygame.K_0: room_num = 0 current_room = room_list[room_num] player.rect.x = 0 elif event.key == pygame.K_1: room_num = 1 current_room = room_list[room_num] player.rect.x = 0 elif event.key == pygame.K_2: room_num = 2 current_room = room_list[room_num] player.rect.x = 0 #put this in your events section
Well done Alex! Nice one. Glad to see you have been making progress and getting on with pygame ok :)
love the vid bestie