Skip to content

codeWace/car-rush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Car Rush ๐Ÿš—

Car Rush is a simple 2D car collecting and dodging game made with Python and Pygame.
Control your car, collect coins, avoid other vehicles, and try to get the highest score!

Car Rush Demo


Gameplay

  • Use arrow keys to move the main car:
    • โ† Move Left
    • โ†’ Move Right
    • โ†‘ Move Up
    • โ†“ Move Down
  • Collect coins to increase your score (+3 points per coin).
  • Avoid other vehicles: hitting them decreases your score by 1 point.
  • If your car is hit 3 times, the game is over.
  • The game automatically restarts when it ends.

Controls

Key Action
โ† Move Left
โ†’ Move Right
โ†‘ Move Up
โ†“ Move Down

Credits & License

Assets

  • Font

    • Minecraft.ttf (used for in-game text), Author/Source: Unknown / Minecraft Font, License: Not provided with the file.
  • Coin Graphics

    • Author: dinhaz
    • License: Free to use in any project
  • Car & Vehicle Graphics

    • Author: TMD_Studios
    • License: Free to use in any project (with or without modifications) with attribution
    • Website: tmdstudios.wordpress.com

Code

  • All game code made by codeWace (Wajiha Tasaduq).
  • You may use, share, and modify the code freely.

Installation

  1. Install Python 3.x from python.org.
  2. Install Pygame:
pip install pygame

About

A simple 2D car collecting and dodging game made with Python and Pygame.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages