https://github.com/hexensemble/cli-ai-rpg
CLI RPG (with AI-driven NPCs) made with Rust. 🧙♂️
https://github.com/hexensemble/cli-ai-rpg
Last synced: 3 months ago
JSON representation
CLI RPG (with AI-driven NPCs) made with Rust. 🧙♂️
- Host: GitHub
- URL: https://github.com/hexensemble/cli-ai-rpg
- Owner: hexensemble
- License: apache-2.0
- Created: 2025-02-03T15:55:36.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-25T21:04:43.000Z (3 months ago)
- Last Synced: 2025-02-25T22:19:37.043Z (3 months ago)
- Language: Rust
- Size: 240 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CLI AI RPG
CLI RPG (with AI-driven NPCs) made with Rust. 🧙♂️This project serves as a fun interactive way to demo my Rust skills.
## WIP
✅ **Implemented:**
- 🖥️ Ratatui UI Implementation (Terminal-based UI for gameplay interactions)
- 🎭 Character Creation
- 🌍 Procedural World Generation (Pre-generated using my [Town Generator](https://github.com/hexensemble/town-generator) 🏰)
- 🌙 Day/Night and Weather System (Threaded time/weather simulation)
- 💾 Save/Load System
- 🎠 Travel System
- 📝 Logging
🔧 **Building:**- 🏰 Town Exploration
📌 **Planned:**
- 🗣️ AI LLM Integration for NPC Dialogue (TinyLlama with Candle)
- 🎭 Skills
- ⚔️ Combat System (Turn-based)
- 📜 Basic Quest System
- 🛠️ General Refinements (Bug fixes, optimizations, etc.)