1. Racey – Cheat Code
Task: Add a Cheat to stop crashing STEP ONE: ADD IN AN ADDITIONAL KEY EVENT Find the section in the code where you are looking for key board eventsHINT: It is in the Game Loop inside the for event in pygame.event.get(): You will find code which runs when there is an event.type of KEYDOWN(i.e. a […]
1. Racey – Cheat Code Read More »