It is a very simple and not dried program that simulates 4 turtles racing.
This program creates an environment for 4 turtles so they can race using Python 3. The result is random, we never know who is going to be the winner. At the end of the race, the python IDE will display the places in which each turtle arrived.
You would have to have an IDE (Interface Development Environment) software that lets you execute Python files in your computer. The python IDE is free and can be directly downloaded from the python website here.
link: https://www.python.org/downloads/release/python-363/
Get a copy of the project by copying the content of the python file named racing_turtles_fixed_adjusted.py and save it in Notepad with a .py extension. For running the project on your computer please watch the next video (click here).
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Luis Orozco - Initial work - LuisOC89
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- I wouldnt have created this code without LaunchCode Tampa Fall 2017. Thanks for the knowledge and the good ideas.