Skip to content

A Python remake of the game Frogger where the goal is to cross the road while avoiding cars.

License

Notifications You must be signed in to change notification settings

alexhill-coder/python-turtle-crossing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turtle Crossing

A Python remake of the game Frogger where the goal is to cross the road while avoiding cars. For this the player can only move forward to avoid the cars, which only get faster as the player progresses.

How to Use

The files are written in standard Python that uses three modules:

  • turtle
  • random
  • datetime

All of these modules should be included with the standard Python libraries, so there shouldn't be any issues using these files in any Python environment. The main file controls the screen and the calling of other elements. While the changing elements i.e. player, cars, scoreboard are controlled through their namesakes.

How you can help

If you wish to contribute to any of my files, you are more than welcome to as long as you keep in mind the following:

  • Provide a description of any minor changes before commiting.
  • If you are making major changes please branch the project.
  • Provide a name/handle so you can be aknowledged for your work.
  • You do not require my permission to proceed with any changes.
  • As this is Unlicensed the project may be copied to another repository for any reason at any time and used how they see fit.

License

This project falls under The Unlicense allowing for the use of this project for any purpose. For more information on this type of license please see the LICENSE.md

Contact

Please feel free to contact me here:

About

A Python remake of the game Frogger where the goal is to cross the road while avoiding cars.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages