This is a redesign of Hearts 1.9.6 (Qt5 / Stable).
- Support offline game play. (*)
- Support 3 languages. (English, French, Russian).
- Support 8 differents deck: Standard (Ramino), Nicu (white), English, Russian, Kaiser jubilaum, Tigullio (international), Mittelalter, Neo classical.
- 13 background images included: Green, Universe, Ocean, Mt. Fuji, Everest, Desert, Wooden planks, Wood texture, Wooden floor 2, Overlapping planks 5, Leaves, Marble, Sakura.
- You can choose any image as background from your computer. (this option may not works for packaged version of Hearts 2.0)
- True animations:
- deal cards
- play a card
- collect tricks
- trade cards
- animated arrow
- your turn indicator
- Better cards scaling in FULL screen.
- A draggable scoreboard.
- A complete in-game help with a table of contents.
- Autosave/Autoreload
- Cheat mode: Add a "Reveal" button to display the opponent's cards. Add a "List of cards played" tab.
- Complete game statistics.
- Sounds.
- Undo.
- Easy card selection.
- Detect TRAM "The rest are mine".
Note(*): Online play should be available from Hearts 2.1 onwards.
- Queen of spade breaks heart.
- Omnibus. (Jack Diamond -10 pts).
- No Tricks. (Bonus -5 pts).
- New Moon.
(Allow human player who shoot the moon to choose between add 26 pts to the opponents, or substract 26 pts to his own score).
- Perfect 100. (A player who get the score of 100 pts have his score reduce to 50 pts).
- No Draw. (Disable multiple winners).
Qt 6.4.2 minimum. (6.8+ is recommended)
Liballegro5 >= 5.2.8
sudo apt-get update
sudo apt-get install git
sudo apt-get install build-essential
sudo apt-get install liballegro5-dev liballegro5.2 liballegro-audio5-dev liballegro-acodec5-dev
sudo apt-get install qt6-base-dev
sudo apt-get install qt6-svg-dev
sudo apt-get install qt6-tools-dev
sudo apt-get install qt6-multimedia-dev
sudo apt-get install ffmpeggit clone https://github.com/Rescator7/Hearts2.gitcd Hearts2
mkdir build
cd build
cmake ..
makesudo make installThe game can be launched locally from ~/Hearts2. Launch the game with ./Hearts from the build directory or simply with Hearts if it is installed on your system.
- MIT for the software (source code only)
- All resources (game cards, icons, sounds, backgrounds) are subject to their own licenses. Please consult CREDITS or the in-game help section -> Credits. All links to these licenses are provided there.
