Car-Racing-Game-Pygame
Science Score: 18.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.7%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: rijwal
- Language: Python
- Default Branch: main
- Size: 1.44 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 3 years ago
· Last pushed almost 3 years ago
Metadata Files
Readme
Citation
README.md
Car-Racing-Game
Implements python's pygame to develop a car racing game. The user is greeted with an introductory screen and begins the race shortly thereafter. The car starts at the beginning of the track and the user must make it past obstacles and a curved track to get to reach the finish line as fast as possible. The user is timed and the time is recorded and presented at the end of the game. Elements such as collision detection and 2-D directional movements are present in this project.
Owner
- Login: rijwal
- Kind: user
- Repositories: 1
- Profile: https://github.com/rijwal
Citation (citations.py)
#https://www.geeksforgeeks.org/python-pandas-dataframe-mask/ used this to learn masks (collision detection) #https://stackoverflow.com (some ideas on how to get the car to move and turn) #https://www.youtube.com/watch?v=CYnL-_079J8 used this as an idea of collision and perfect collision detection #https://www.geeksforgeeks.org/python-classes-and-objects/ used this to undertand the class system and the __init__ function #https://www.w3schools.com/python/python_inheritance.asp used this to learn inheritance #https://www.programiz.com/python-programming/inheritance a great video used to understand class systems and inheritance