World Basketball Manager

World Basketball Manager

Developer(s) icehole
Platform(s) Windows
Release date(s) 2003, 2005, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014
Genre(s) Sports
Mode(s) Single player, multiplayer

World Basketball Manager (WBM) is a PC game that lets you take charge and manage basketball teams all around the world, inside or outside the NBA. It is the first Greek computer game to ever get published outside Greece.

The game is most of all known for the realistic match simulation and the challenging A.I. To achieve that the program uses a modified type of a genetic algorithm.

The WBM developers originally released each version with fake names for all teams, players and managers, but the fan-maintained WBM database now includes more than 11.500 basketball players, 970 teams and 1300 managers from 196 countries. In order for the database to be updated every season, the users have created a network of researchers who update and make the data available for download.

Features

The Genetic algorithm

WBM uses a genetic algorithm for AI during the match that works like this: The genes have 2 parts the Team part and the Players part. The Team part includes:

The player(s) part includes:

Fitness function
The implementation is not a pure by the book genetic algorithm. Some properties are also directly assigned by normal deterministic logic i.e. if a team is losing by 3-6 points and there is little time left then play harder defense (defense intensity=hard).

The match algorithm is a finite state machine (FSM), where from one state you go to another based on some probability which it's modified by the player attributes contributing to this state i.e. lets say we are in the state “Pick score attempt” and we would like to select (pick) what the player with the ball should do Pass, Go for 2p shot, Go for 3P shot, Go for drive or attempt to go Inside and score, based on some statistics 10% is passing, 20% is 2p etc. This probability is modified (increased or decreased) based on the player attributes (ranking 1 to 20) if for example is a good 2P shooter the probability of doing (selecting) a 2P shoot is augmented and if the defender is a good defender it might decrease it. Note here that the defense player can be a single player or an average of all the “defense” team players depending on the defense system (Man to man or zone). There are many parameters taking place here, the defense system, defense intensity the physical condition of the players etc. After the modifications taking place a random number is picked and the new state is selected and the algorithm continues in the same manner.For the fitness function uses a special state the “AI State” which has the averages of probabilities of critical states and also the averages of the coefficients of the attributes modifiers. The game then is evaluated like this: each Gene player is evaluated as offense player against the whole team as a single defense player (depending on the defense system) then all the individual evaluations are added up, then each opponent player is evaluated against the defense player (overall)of the “gene” players again based on the defense system. All the individual results are subtracted from the previous result and that's the final fitness.

Cross Over part
For the players it exchanges who is playing depending on a probability of the two fitnesses of the genes and it exchanges the match-up, score role and defense intensity. For the team part again with the same probability it exchanges the defense system, foul orders, offense pace, after attempt orders and the team leaders i.e. probability=thisgene.fitness+othergene.fitness pick a random number in [0, probability] if this number is less than thisgene.fitness the it does the change for this attribute (match-up, score role etc.) It picks a random number and do the same check for every attribute/property of the player and team parts.

Mutation
It changes randomly one player (send him to the bench and select another player). It mutates the score attempt of a randomly picked player (1 in 8), the defense system (1 in 2) and the leaders (1 in 4).

The update process
For the whole algorithm is used a steady state genetic algorithm implementation, there is a population of 100 genes and creates MAX_NEW_GENES in our case 20 new genes in each iteration. For each new gene it tries to insert it in the population replacing the worst gene if the new gene is better from the worst, so create 20 new genes but in the final population can be 0 to 20 new genes it is an elitism but in this case it works well. This update happens in every iteration of the match algorithm, and it selects the best gene as the opponent team for the player, after some time depending on the managers coaching ability, if the manager is a good coach (bigger coaching ability) it picks and applies the best gene more often so it seems that good managers adapt quicker to the changes of the human player and less good manager find the good answer less frequently.

Database

The database is maintained solely by the users and contains information about players, managers, teams and tournaments.

Players, teams and managers are all described by certain attributes, such as identifying info. For example, player description includes such detail as their experience, physical performances, and club history while team info includes their worth and financial status.

History

WBM is developed from Icehole, a small development team based in Athens Greece. The game was first released in 2001 under the name Basketball Manager. Back then it only included Greek basketball league. The next year a new version of the game added 5 more countries. Italy, France, Spain, Germany and Israel. In 2004 the game was renamed to World Basketball Manager and added support for the 65 most important basketball tournaments of the world and included 94 countries. This version of the game was also released in 2005 in Chinese and German language for the local markets. In 2013 the latest version of the game was released in 12 languages. English, French, German, Greek, Italian, Lithuanian, Polish, Portuguese, Russian, Serbian, Spanish and Turkish.

In April 2013 icehole games released a new game mode called WBM Tycoon. It is a mix of the classic game with some tycoon elements like financial management and building updates. On November 18, 2013 WBM Tycoon was released on Steam.

Future of WBM

Although WBM has been on the market for several years, it never managed to achieve a worldwide distribution. As a result the game’s fan base is small but very loyal. This permits WBM to survive but to develop very slowly. For the basketball season of 2014 icehole has announced a new version of the game that will include updated league formats and many new features including a new interface and a new match engine games.

References

External links