solitaire-tui/README.md

31 lines
685 B
Markdown
Raw Normal View History

2023-01-03 06:29:24 +01:00
# Solitaire TUI
2023-01-09 21:26:37 +01:00
Klondike Solitaire for the terminal
2023-01-03 06:29:24 +01:00
2023-01-09 21:26:37 +01:00
<img alt="screenshot" src="https://user-images.githubusercontent.com/7474900/210304154-30302ca1-6f6e-4493-946e-1962466c34fa.png" width="50%" />
🧋 Made with [bubbletea](https://github.com/charmbracelet/bubbletea).
## Installation
Clone the repository, then run
```bash
go install solitaire-tui
```
## Troubleshooting
You'll want to set your terminal's line spacing to 1.0 to avoid gaps within the playing cards.
<table>
<tr>
<td>Intellij</td>
<td>
Settings > Editor > Color Scheme > Console Font</br>
✅ Use console font instead of the default</br>
Line height: 1.0
</td>
</tr>
</table>