Simulate through multiple seasons in one click

February 7, 2015-

New feature! Go to Tools > Auto Play Seasons and you can tell Basketball GM to simulate through any number of seasons. The AI will take over your team for you and play through multiple seasons without any user input required.

I'm not sure how many people will actually benefit from this feature. I mainly made it for debugging. But I hope someone appreciates it!


New feature: Statistical Feats

February 3, 2015-

Available now, view all the great performances in your league on one page. Just go to Stats > Statistical Feats. Triple doubles, 5x5s, 50 point games, etc. Eventually you will see this information pop up on player pages, team history pages, league history pages, and more. But for now, it's just on the Statistical Feats page, all in one place.

Note that this will only track performances from now on. It won't go back through the history of your existing leagues.


Easy stats export

January 31, 2015-

As of the latest version (2015.01.31.658), you can go to Tools > Export Stats within a league and export either player average stats or individual game stats. The exported file is in CSV format, which means you can easily view it in Excel or any other spreadsheet software if you want to more deeply analyze the stats in one of your leagues.

I know it's missing a couple things now (playoff stats, team stats, shot locations, ...), but I want to make sure the core feature works well before implementing all of those.


Basketball GM is back on GitHub, but not quite open source

January 5, 2015-

If you've been here a while, you may recall that Basketball GM used to be open source. Last year, I closed the source for various reasons. Now, I'm semi-opening it back up. My goal is to allow others to contribute to the development of Basketball GM without allowing a competitor to swoop in and just clone everything. I hope it works.

So please, take a look at the code and read the license. If everything looks enticing and you want to help make Basketball GM better, please get in touch! There are tons and tons of ways Basketball GM could be improved, in many different areas.


Powered by the KIRK HINRICH stack

December 21, 2014-

The set of technologies used as a foundation for a piece of software is sometimes called a stack. The most famous is LAMP (Linux, Apache, MySQL, Perl/PHP/Python). A trendier option is MEAN (MongoDB, Express.js, AngularJS, Node.js). And there are tons more, mostly tounge-in-cheek jokes at the absurdity of reducing a stack to a catchy acronym (at least, I hope that's what they are). There is even the LeBron stack: LevelDB, Browserify, and npm. In Basketball GM, I use npm a little and I indirectly use LevelDB through IndexedDB in Chrome, but sadly it'd be quite a stretch to say I'm using the LeBron stack.

What stack am I using? Nothing coherent or well established. Just a hodgepodge of things that somehow happens to work. But that's just not a catchy answer, so I set out to find a cool name for my stack. The LeBron stack is a fun name, so I figured I could try to find another NBA-inspired name.

Read more...


Basketball GM 3.4 released - 20% faster game simulations! Beta is over!

December 5, 2014-

After a long beta (thanks for testing!), the new version of Basketball GM is ready. All your leagues will be upgraded automatically. The main difference is that game simulation is about 20% faster. Additionally, there are some minor bug fixes (the NaN bug is finally gone, I think) and enhancements (real injury descriptions show in old box scores and uploading exported league files is much faster).

On the downside, Internet Explorer is no longer supported. If you're an IE user, you can export your leagues still. Then you have the option of switching to Chrome/Firefox or using an old version of Basketball GM. Hopefully IE support will return to the latest version eventually, but I'm not holding my breath.

Please let me know if you have any problems. Post here, on Reddit, or email me.


20% faster game simulation - try the beta now!

November 1, 2014-

    For some reason, I made a video demo showing off this feature.

    TLDW: Game simulation is roughly 20% faster, particularly when you're many seasons in. Please test it out and let me know if you find any problems in any aspect of the game. Here's the link to the beta.


    Revamped player development algorithm

    September 28, 2014-

    One of the most important parts of Basketball GM is the player development algorithm. The tricky part is that different players develop differently depending on their ages and abilities. Previously, this was handled poorly in Basketball GM. But as of today, a new player development algorithm is live and you will hopefully find it much more realistic.

    Read more...


    New feature: God Mode

    God Mode enables some features that are a little too close to cheating for me to want enabled by default. Specifically:

    Read more...


    New customization features: full league import/export and custom draft class import

    This post is to announce two new features that have gone live over the past couple weeks that should enhance the customizability of Basketball GM: full league import/export and draft class import.

    Read more...