An open API service indexing awesome lists of open source software.

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. 🧙‍♂️

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.)