You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Singleplayer mode added. You can choose to play with 1 to 5 bots right from the client without hosting a server.
Added the ability to modify game rules and save them in custom decks. (/rules)
Many rules have been added to customize the game the way you like it.
Sound effects added for cards moving, getting targeted by an action, and when your turn starts.
Double The Rent now has its own “Play” button, prompting you to select a rent card to pair with, instead of a “Double Rent” button on Rent cards.
Double The Rent also now plays as an important animation.
Cards can now be moved around in the hand by dragging them.
Chat improved: Now supports hover text and different link types.
Rejoining players can change their name.
(Installer) Updated Corretto
Client
The UI now supports more than just 4 players.
When there isn’t enough room to display all players in the game, a scroll bar appears to be able to scroll through opponents.
Property cards look more accurate.
The player UI is slightly shorter.
Various UI elements have an updated theme.
Most UI elements no longer glitch out when the scale changes or the window is resized.
The top bar flashes text when targeted by an action.
Completed property sets now show a banner indicating “Full Set”.
Hovering the mouse over banked cards lifts them up to clearly view.
The discard pile can be left/right clicked to scroll through, in addition to mouse wheel scrolling.
The UI is better optimized.
Server
/rules can be used to modify game rules. Rules that you modify are not saved until you use the /savedeck command to save a deck with those rules.
/editdeck can be used to edit the cards in the deck. The text in this command, along with supporting commands, can be interacted with the mouse. There are additional supporting commands accessible through this one.
/buildproperty can be used to build a custom property card.
/createcard can now be used without arguments to easily create cards.
/rules is also accessible through this command.
/edittools will show descriptions of the aforementioned editing commands.
/deletedeck can be used to delete a deck that is on the disk.
Changed how extra cards are drawn by default.
In previous versions, players would draw immediately after running out of cards.
Now by default, the current action must complete before players draw extra cards.
This can be changed in the game rules, along with other new options.
/shuffleplayers can be used to shuffle the turn order of joined players.
Lots of refactoring to better support complex cards, such as Double The Rent. This also opens up many possibilities for modding as well.
Modding support is vastly improved
Mods can now see other mod’s classes and are able to depend on one another.
Mods now require a file named mod.json in the root of their jar.
This must contain an object with the fields mainClass, name, and version. Optionally, can also specify dependencies and softDependencies.