Developing a game for Mini Project 4 for the SoftDes course
Installed libraries: pygame To install pygame:
MacOS Install Home Brew. Then: $ brew install sdl sdl_image sdl_mixer sdl_ttf portmidi $ pip install pygame
Windows $ pip install pygame
To start the game, run the file game.py in the Command Prompt and click on 'Play now', in the opened window.
To get out of the way of the obstacles and avoid collision, use the left and right arrow keys to move your car left or right. The game counter in the left upper corner gives you information on how good you perform. To exit the game either close the window or press the escape-key.
Link to Project Write-up/Reflection: [Project Reflection](Project\ Reflection-MP4.pdf)