https://github.com/billstephens2022/turtle-crossing-python
This is a game built using Python which is similar to the classic Frogger game. The object of the game is to move the turtle from the bottom of the screen to the top of the screen without being hit by a car.
https://github.com/billstephens2022/turtle-crossing-python
game python python-turtle python3 turtle
Last synced: 3 months ago
JSON representation
This is a game built using Python which is similar to the classic Frogger game. The object of the game is to move the turtle from the bottom of the screen to the top of the screen without being hit by a car.
- Host: GitHub
- URL: https://github.com/billstephens2022/turtle-crossing-python
- Owner: BillStephens2022
- License: mit
- Created: 2023-03-29T17:01:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T19:56:35.000Z (about 2 years ago)
- Last Synced: 2025-02-06T06:28:52.389Z (5 months ago)
- Topics: game, python, python-turtle, python3, turtle
- Language: Python
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Turtle Crossing
## Description
This is a game built using Python which is similar to the classic Frogger game. The object of the game is to move the turtle from the bottom of the screen to the top of the screen without being hit by a car.
Screenshot:

## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Contributing](#contributing)
- [Tests](#tests)
- [Questions](#questions)
## Installation
run main.py in terminal
## Usage
move turtle from bottom of the screen to the top of the screen using the 'up' key. If successful, player will level up and cars will increase in speed. Continue playing until hit by car.## License
This application is covered under the MIT License.
For more information: https://opensource.org/licenses/MIT
## Contributing
N/A
## Tests
N/A## Questions
Contact Info
GitHub user name: BillStephens2022
Link to GitHub profile: https://github.com/BillStephens2022
Email: [email protected]