import { TerminalUi } from 'react-simple-terminal-ui'; import "react-simple-terminal-ui/dist/styles.css" const commands = [{ command: "help", print: print print something alert show an alert }, { command: "print", print: "Hello world!"}, { command: "alert", callback: () =...
React/Ink-based framework for terminal-based card game development, featuring zones, events, advanced effects, and customizable UI components. - gfargo/ink-playing-cards