Project Goal
This project is for those people who enjoy:
-
playing hearts game.
-
playing in console mode.
-
playing in graphic mode, need only to click mouse.
-
playing in graphic mode, need only to strike keyboard.
-
writing powerful AI strategies, in their favourite languages.
heartless
, a console game
This game utilizes the same read-eval-print loop as the
"guessing game", but provides more gameplay.
See heartless/README.md for more.
heartless_tk
, a graphic game
This game utilizes a heartless
server, and Tk
as the UI client.
Clients written in other UI toolkits are possible.
See heartless_tk/README.md for more.
License
Under Apache License 2.0 or MIT License, at your will.