Page 1 of 1

(Primitive) Ice Hockey Simulator

Posted: Mon Dec 21, 2015 2:12 am
by A9L3E
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.

Re: (Primitive) Ice Hockey Simulator

Posted: Wed Feb 03, 2016 6:02 pm
by Thomaxius
Very nice. Mainly cause I've also coded things in python, and cause I'm an addict when it comes to counting things and probabilities and statistics in general, lol.