Skip to content

LorenDB/Heartless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heartless

Heartless is an app for tracking the score in your Hearts games. Heartless follows the standard American rules (also called Black Lady). Simply add up the scores and see who wins! Good luck!

Building and installing

It's CMake-based, so you know the drill:

mkdir build
cd build
cmake ..
cmake --build .
# optionally...
cmake --install .