diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-26 01:39:27 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-26 01:39:27 +0200 |
commit | e1f3df6f817a6de24a90fb53c16b52964e4033e7 (patch) | |
tree | 14436c08fba18e5fdfdd2c624f73c3cbfb62a226 /README |
Genesis commit
Diffstat (limited to 'README')
-rw-r--r-- | README | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -0,0 +1,29 @@ + ────────────────────────── + Yahoozy — Curses Yatzy + ────────────────────────── + +Yahoozy is a curses-based TUI implementation of the popular dice game +Yatzy. Yatzy is very similar to the more internationally-known game +‘Yahtzee’ and is more well known in the Nordic countries. + +Yahoozy is feature complete and there are no plans to update this +repository. This was merely a learning exercise for building interactive +TUIs via immediate-mode UIs. + +The game comes with no instruction manual so you should consult the +helpful Wikipedia page[1], but it does come with many mnemonic keyboard +shortcuts that are documented at the bottom of each screen. + +Highscores are stored persistently on a per-user basis and can be found +at the following locations depending on your operating system: + + Windows %LOCALAPPDATA%\Yahoozy\history + MacOS ~/Library/Application Support/Yahoozy/history + POSIX $XDG_DATA_HOME/yahoozy/history (or) + ~/.local/share/yahoozy/history + +Note that while Windows support was attempted, I don’t own a Windows +computer and as such cannot verify that it works bug-free. + + +[1]: https://en.wikipedia.org/wiki/Yatzy |