CLI RPG (with AI-driven NPCs) made with Rust. π§ββοΈ
This project serves as a fun interactive way to demo my Rust skills.
β Implemented:
- π₯οΈ Ratatui UI Implementation (Terminal-based UI for gameplay interactions)
- π Character Creation
- π Procedural World Generation (Pre-generated using my 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.)