Python Pygame Tutorial - Episode 6! Creating Restart Code and Previous Run and High Score Tracking!

preview_player
Показать описание
Learn to develop video games using python and pygame!! This is episode 6 in an intro to Pygame series from LeMaster Tech. This episode covers creating restart logic after game over scenarios and tracking code for high score and previous score tracking!

Be sure to check out our channel for tons of additional python tutorials and practice problems and be sure to like and subscribe if you find our content useful!!

If you want to see anything specific on the channel or have technical questions about anything leave a comment on our of our videos and we will get back as soon as we can!

Thanks for watching and supporting the channel!
Рекомендации по теме
Комментарии
Автор

Hello, your explanation of resetting the game with pygame is very good, I was wondering if a similar thing could be done with a button in tkinter.

grvz
Автор

Would it be possible to implement a way to keep track of the previous score and the high score after closing the game? Like using a file to put the previous and high score then the next time the game is opened, both are brought out of the file and put onto the screen.

fortune
Автор

hey there. thanks for this video. I actually have to make a project where I have to save the scores on a .txt file and then show the high score on screen before starting the game. any idea how to do it? 😅😅

Janselin