Coolopoly-preview-1.mov
Coolopoly is a board game similar to the classic Monopoly game.
This program was written for a programming competition and is therefore provisional in some places. (See below.)
- Download
Coolopoly.jarfrom the latest release. - Open your shell and run the client using
java -jar [path to Coolopoly.jar]. - Enter a username and the server address to join the current game.
Please note: Currently it is not possible to manually specify a port with the current release. The port is hard-coded as 1337.
- Download
Coolopoly-Server.jarfrom the latest release. - Open your shell and run the server using
java -jar [path to Coolopoly-Server.jar] [max players]The argument “max players” specifies the maximum of players that are allowed to join. Enter a large number to use the maximum allowed by the game (8).
- Run the client as described above.
- Enter an unique username, as well as the server address and port separated with a colon. (E.g.
192.168.0.0:1337orlocalhost:1337.) - Select “Just watching“ if you only want to watch as a spectator.
- Submit the form and press “I'm ready!” in the upper right corner if you are ready.
- Use the red button in the bottom right corner to dice and continue to the next player.
- Use the green shopping cart button to buy a property.
- Use the green arrow down button to manage your properties and to buy houses/servers.
- The port is currently still stored as a constant in the program code. It should be passed as an argument.
- Community/Chance card dialogs are only displayed for the first player.