(Primitive) Ice Hockey Simulator
Posted: Mon Dec 21, 2015 2:12 am
Long story short, I started learning Python some time ago, and decided to make a small simulator with it. Basically, all it does is generates match results based on some user-defined values.
You can download the code here. To use it, just copy-paste the file's contents to a Python interpreter, such as this one, and click on "run".
NOTE: Do not use special letters for team names, as it will result in a crash. Other than that, the program should be bug-free.
I intend to expand on it as my skills get better. Next step would be making a league that can simulate a regular season.
You can download the code here. To use it, just copy-paste the file's contents to a Python interpreter, such as this one, and click on "run".
NOTE: Do not use special letters for team names, as it will result in a crash. Other than that, the program should be bug-free.
I intend to expand on it as my skills get better. Next step would be making a league that can simulate a regular season.