I've installed games-board/hearts , version 1.98, but I don't know how to launch it...
Code: Select all
$ hearts
HumanInterface::HumanInterface(QWidget*, const char*) in file humaninterface.cpp:79 finished.
HumanClient::HumanClient() in file humanclient.cpp:59
SetupWindow::SetupWindow() in file setupwindow.cpp:26
InitialChoice::InitialChoice(SetupWindow*, const char*) in file initialchoice.cpp:18
If I try run heartscomputerclient, I get this regardless I did run heartsserver or I did not.
Code: Select all
$ heartscomputerclient
HELLO
Error opening the connection (local to /tmp/hearts-server-socket ): No such file or directory.
Impossible to open connection: No such file or directory.
Thanks for help!

