Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scifer99/car-dodge-game
This repository consists of a video game written in Python called Car Dodge!
https://github.com/scifer99/car-dodge-game
2d-game 2d-graphics music-player pygame pygame-application python3 software-development software-engineering video-games
Last synced: 26 days ago
JSON representation
This repository consists of a video game written in Python called Car Dodge!
- Host: GitHub
- URL: https://github.com/scifer99/car-dodge-game
- Owner: SCIFER99
- License: mit
- Created: 2023-01-15T17:30:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T17:49:24.000Z (about 2 years ago)
- Last Synced: 2024-11-10T12:06:00.533Z (3 months ago)
- Topics: 2d-game, 2d-graphics, music-player, pygame, pygame-application, python3, software-development, software-engineering, video-games
- Language: Python
- Homepage:
- Size: 7.26 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Car-Dodge-Game
This repository consists of a video game written in Python called Car Dodge!What's up guys! I enjoyed developing this game so much! So, this game was originally developed
between Python versions 3.5 - 3.7 the first time. I found it and decided to see how it went.
I did not realize how long ago it was developed until I came across an infestation of bugs (pun intended Lol).
There is a big difference between Python version 3.7 and today's version. I fixed all bugs via
Python version 3.10.8 and runs beautifully!The fact that I was able to debug this game successfully on my own tells me I am genuinely learning
this programming language! Packages you need before running it are:pip3 install pygame
pip3 install random
pip3 install time
pip3 install mixer
pip3 install music
I commented throughout the scripts as much as possible for everyone to understand what is going on because
this is a substantial program! Its over 640+ lines of code between both scripts!Directions to playing the game: The game moves by itself. However, going faster requires pressing
the up (^) arrow key, dodging the cars using the left (<) and right (>) arrow keys with
no spacebar needed!You guys can modify the game to your leisure! Happy Coding!