solitaire-tui/README.md

30 lines
863 B
Markdown
Raw Permalink Normal View History

2023-01-03 06:29:24 +01:00
# Solitaire TUI
2023-01-31 09:38:57 +01:00
<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>
2023-01-09 21:26:37 +01:00
🧋 Made with [bubbletea](https://github.com/charmbracelet/bubbletea).
## Installation
```bash
2023-01-31 19:45:47 +01:00
go install github.com/brianstrauch/solitaire-tui@latest
2023-01-09 21:26:37 +01:00
```
## 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>