
GitHub - rothgar/awesome-tuis: List of projects that provide …
invidtui A TUI Invidious client for Windows, Linux and MacOS, that fetches and plays audio/video from an invidious instance. Supports viewing and playing from playlists and channels as well.
GitHub - ratatui/awesome-ratatui: A curated list of TUI apps and ...
game-of-life-rs - Conway's Game of Life implemented in Rust and visualized with tui-rs. Maze TUI - Beautiful visualizations of common maze building and graph searching algorithms.
tui-game · GitHub Topics · GitHub
2025年3月13日 · Play online (via Lichess.org) and offline against the Fairy-Stockfish engine. All Lichess variants are supported. TUI Application with Ncurses. Typing Trainer. A multiplayer MUD game made with Go & Socket/WebRTC. Run in your Terminal, Browser, or on Windows. The quoridor game, with terminal user interface. Load more…
Does anyone care about CLI/TUI games? : r/rust - Reddit
2023年4月2日 · TUI games are niche, but there are comminities for them. Roguelikes are probably the most popular TUI games, and sometimes people post different game types in roguelike-oriented communities too, so maybe you could have some success in those? Without more information about your games, it's hard to say what could work or not.
TUI字符终端下的游戏探索 - CSDN博客
2023年2月13日 · TUI编程的核心主要就是curse库,后期又出了一个ncurses,最近在网上闲逛的时候碰到了notcurses,这个库对终端有了更高的提升。 最早看到的是shell写的俄罗斯方块,这个百度搜 源代码 很容易查找,闲来无事想找一个TUI下的打砖块,发现了github上一个早期的项目bricktick,应该也是大佬之前的试验性的脚本,C语言写的,想着这东西有没有人优化一下,发现了notcurses这个库(dankamongmen/notcurses),pacman(我自己的 linux 用的是arch,其 …
献给Linux爱好者12个牛叉的基于终端的游戏 - 知乎
在Linux下有无数的基于终端的游戏,我们这里介绍几个最有趣的,当然这是一个基本上不可能列完的表. 1. Nudoku是一个基于终端的数独游戏,额。 就是数独大家都懂的. Nudoku Console Game for Linux. To install Nudoku on Linux, run: # yum install nudoku [On RedHat based systemes] # dnf install nudoku [On Fedora 23+ versions] $ sudo apt-get install nudoku [On Debian based systems] Visit Homepage: github.com/jubalh/nudok.
How To Play The Classic Snake Game In Linux Terminal
2023年8月31日 · Play the classic Snake game in your terminal! This minimalist text-based (TUI) game is easy to learn but difficult to master.
terminal_rpg — Rust utility // Lib.rs
2024年9月28日 · A terminal based RPG game where you fight enemies in randomly generated dungeons. No mouse required. You play with your keyboard in a fully interactive TUI mode. The game is programmed in the Rust language and requires only the game binary to play. The goal is to build your character as strong as possible and get as far in the dungeon as you can.
GitHub - joelsiks/tui-games: A collection of TUI games
This is a collection of TUI games I have implemented, mainly using C++ and ncurses. See individual folders inside this repo for specific games and how to compile/run them.
TermGame — CLI for Rust // Lib.rs
2023年3月12日 · TermGame is a small crate that extends tui-rs to make it easy to write TUI games. Mainly used in COMP6991 at the University of New South Wales, the crate provides the Controller trait, which is accepted by the run_game function to start a game using a Crossterm TUI (provided by tui-rs).
- 某些结果已被删除