Show HN: Termrex – Chrome dino game for terminal
github.com·1d·
Discuss: Hacker News
📟Terminals
Preview
Report Post

<TERM-REX/>

termrex is a terminal-based endless runner game inspired by the Chrome Dino offline game. Jump or duck to avoid obstacles while running endlessly in your terminal. It works on POSIX-like terminals, including Linux virtual consoles.


Quick Start

git clone https://github.com/SATYADAHAL/termrex.git
cd termrex
make -j release
./build/termrex

Usage

Usage:
termrex [options]

Options:
-h, --help               Show help menu
-v, --version            Show game version
--ascii-only             Use ASCII characters only
--unicode                Use Unicode characters (default)
--no-obstacle-dino       Disable flying dinosaur obstacles and ducking (no need for --keyrepeat)
--keyrepeat <ms>         Set key repeat delay (default 200ms)
--sk...

Similar Posts

Loading similar posts...