Rustlike is a roguelike written in rust with tcod-rs. (Name subject to change once I figure out what I wanna do with this project.)
- (Basic) Level Generation
- (Basic) Ai
- (Basic) Combat
- (Basic) Gui System
- Magic
- Ranged Combat
- Smarter Ai
- Improved / Multiple Level Generation types
- Inventory System
- Character Creation
- Leveling System
- Rust
- libsdl1.2-dev
- libsdl2-dev
- Clone the repository
- Navigate to the project folder
- Run
Cargo build --release
Released under the GNU GPL v3.