Made use of the max turns thing

Unsure I'll ever use it... eh
This commit is contained in:
2025-03-08 00:10:20 +00:00
parent b86df849bc
commit bcc493d5f9
2 changed files with 12 additions and 5 deletions

View File

@@ -3,11 +3,10 @@ use card_stuffs::{self};
use crossterm::event::{self, Event, KeyCode, KeyEvent, KeyEventKind};
use ratatui::{
buffer::Buffer,
layout::{Constraint, Layout, Rect, Flex},
style::{Style, Stylize, Color},
text::Line,
widgets::{Block, BorderType, Borders, ListItem, List, Widget, Paragraph},
widgets::{Block, BorderType, Borders, Paragraph},
DefaultTerminal, Frame,
};