This tiny project is an RPG-style game built with Rust.
- Language: Rust (2024 Edition)
- Genre: RPG (Role-Playing Game)
To run this project, you need the following tools installed on your system:
- Git: To clone the repository.
- Rust: The Rust programming language (includes
rustccompiler andcargopackage manager).
- Arch/Manjaro:
sudo pacman -Syu git - Debian/Ubuntu/Pop!_OS:
sudo apt update && sudo apt install git - Fedora/RHEL/CentOS:
sudo dnf install git - Gentoo:
sudo emerge --sync && sudo emerge --ask dev-vcs/git - openSUSE:
sudo zypper install git - Void Linux:
sudo xbps-install -S git - Alpine:
sudo apk add git
brew install git- Download and install Git from git-scm.com.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh- Download and install Rust from rustup.rs
-
Clone the repository:
git clone https://github.com/FaSTIK6/my_rpg.git cd my_rpg -
Build and Run
Linux / MacOS:
clear && cargo runWindows:
cls && cargo run