Skip to content

FaSTIK6/Tiny-RPG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny-RPG

About

This tiny project is an RPG-style game built with Rust.

Tech Stack

  • Language: Rust (2024 Edition)
  • Genre: RPG (Role-Playing Game)

Prerequisites

To run this project, you need the following tools installed on your system:

  • Git: To clone the repository.
  • Rust: The Rust programming language (includes rustc compiler and cargo package manager).

Installation

1. Git

On Linux

  • 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

On MacOS

brew install git

On Windows

2. Rust

On Linux / MacOS

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

On Windows

How to Run

Linux / MacOS

  1. Clone the repository:

    git clone https://github.com/FaSTIK6/my_rpg.git
    cd my_rpg
  2. Build and Run

    Linux / MacOS:

    clear && cargo run

    Windows:

    cls && cargo run

About

This repository contains an RPG-style game built with Rust language.

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors