Hurdle Hit is an exciting car racing game where the player navigates through various obstacles such as holes and hurdles while collecting fuel. The objective is to score as high as possible without running out of fuel or colliding with obstacles.
• Multiple levels of increasing difficulty
• High score tracking using a SQLite database
• Dynamic obstacles
• Fuel collection system
• Python 3.x
• pygame library
• sqlite3 library
• Add required resources: Ensure you have the required image files in your directory.
• Create the database: The script will automatically create the Score.db database and the HIGHSCORE table if they do not exist.
- Run the script:
- The game will start with an introductory screen. Click "Start" to begin.
- Navigate your car using the arrow keys or 'A' and 'D' keys.
- Avoid obstacles and collect fuel to keep playing.
- The game will display your score and high score.
The game uses a SQLite database to keep track of high scores. The HIGHSCORE table stores the high scores achieved by players.
• Left Arrow / 'A' Key: Move car to the left
• Right Arrow / 'D' Key: Move car to the right
• Escape / Right Shift Key: Quit the game
• Keypad 0 / 'F' Key: Pause/Resume the game
• Developed by Krish Shah
• Graphics and sound effects from various sources