KludgopolB is a fun and simple looking Monopoly clone made in Java. The game can be played with up to eight different players (AI and human).
The game features four different boards where two are based on regional variations of Monopoly and two are more different.
Roll the dice, buy proprieties, place hotels and win!
Here are some key features of "KludgopolB":
· Boards are stored in .conf files (text files) in a directory called "boardfiles" and so new boards can be added or existing ones modified etc..
· There is plenty of flexibility as to what constitues a valid board, though the number of spaces has to be a (non-zero) multiple of four. Images for the board/buildings/property cards (as well as folders containing player icons) etc can be specified in the text files, though without them generic images are created that are used.
· Quite a few options regarding the game rules to choose from. Pre-set options are stored in .conf files in "houseconf" directory, though these are just for convenience.
· 2-8 players, including computer players with varying strengths.
· If you click on the board image that appears in the rule selection screen, you'll find a mechanism for calculating probability of landing on a given space on the currently selected board with the options currently selected (the calculation is purely empirical).
· Save/Load game feature (saving only works at the moment at the end of someone's go or at the beginning of someone's go. This is a design decision, though the possibility of saving it when, for example, someone faces the choice of whether to buy a property, is being considered).
Requirements:
· OS: Windows Vista/7/8
· Java Runtime Environment
What's New in This Release: [ read full changelog ]
· Bug fix; when moving from jail, display "end roll" window only once.
· Bug fix; when computer player ends move, "press" button only when actually ending move.
· Annoyance fix; ball pit window should no longer be popping up unless manually un-minimised.
· Figures displayed at end of game at 5 decimal places, or something appropriate for the number of rolls made.