tui-crawler
v0.2.1
Published
A terminal-based dungeon crawler game with ASCII graphics
Maintainers
Readme
TUI Crawler
A terminal-based dungeon crawler game with ASCII graphics built with OpenTUI.
Quick Start
bunx tui-crawlerOr install globally:
npm install -g tui-crawler
tui-crawlerControls
- WASD or Arrow Keys: Move player
- Ctrl+C: Exit game
Requirements
- Node.js 18+ or Bun runtime
- Terminal with true color support
- Minimum terminal size: 80x24
Features
- Procedurally generated dungeon levels
- Smooth sub-tile movement
- ASCII art graphics
- Health and mana system
- Real-time gameplay
Development
# Clone the repository
git clone https://github.com/yourusername/tui-crawler.git
cd tui-crawler
# Install dependencies
bun install
# Build the project
bun run build
# Run locally
bun run crawlLicense
UNLICENSED
