Learning the basics of Pygame
This is a very simple car game, which I'm showing how to create step by step
in a YouTube tutorial: https://youtu.be/W-QOtdD3qx4
You can find it in the root directory under cargame_oop.py
Enjoy! :) Please feel free to use my code to create your own projects and adapt it as needed.
I highly encourage to pick different car images and customize my design to
create your own unique application without too much effort :)
draw some trees along the way, add other types of obstacles such as roadblocks, flooding, etc.
maybe even load different enemy vehicle images each time they reappear on the screen.
FREE IMAGE RESOURCES
you can find free stock images in the following sites:
- flaticon.com
- freepik.com
IMAGE EDITING SOFTWARE
if you want to edit those images to customize them further try:
- GIMP (free raster image editor)
- Inkscape (free vector image editor)
- Adobe Photoshop (paid raster image editor)
- Adobe Illustrator (paid vector image editor)
- MS Paint (free with Windows)
Author: Mariya Sha
Dependancies: Pygame, Random, Python 3.9
