MariyaSha / SimpleCarGame

Learning the basics of Pygame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleCarGame

Learning the basics of Pygame

simple car game with pygame tutorial

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

Update - May 10th 2024

Released an additional version of the game, based on Object Oriented Programming principles.
You can find it in the root directory under cargame_oop.py
Enjoy! :)

About

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.

simple cargame screenshot

Helpful Resources

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

About

Learning the basics of Pygame


Languages

Language:Python 100.0%