mirror of
https://github.com/brianstrauch/solitaire-tui.git
synced 2025-01-28 07:58:50 +01:00
29 lines
863 B
Markdown
29 lines
863 B
Markdown
# Solitaire TUI
|
|
|
|
<p align="middle">
|
|
<img width="49%" alt="screenshot" src="https://user-images.githubusercontent.com/7474900/215708800-9d5f2ff6-96f0-4b0e-815d-6a79fa3f0502.png" style="display: inline">
|
|
<img width="49%" alt="screenshot" src="https://user-images.githubusercontent.com/7474900/215708795-3c0a8d32-f943-4f49-8a4d-0516eea51a4f.png" style="display: inline">
|
|
</p>
|
|
|
|
🧋 Made with [bubbletea](https://github.com/charmbracelet/bubbletea).
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
go install github.com/brianstrauch/solitaire-tui@latest
|
|
```
|
|
|
|
## 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>
|