Skip to content

b0x-Cub3d/RPShell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏰 RPShell 🐉

Welcome to the RPShell! Dive into a command-line experience where your terminal is transformed into a fantasy realm. Navigate through directories through teleportation, and run commands like they're ancient spells.

Table of Contents

Features 🛡️

  • Immersive Prompt: Feel like a wizard with every command!
  • Health and Mana bars: Live the real posibility of game over.
  • Interactive Quests: Complete challenges and puzzles right from your terminal.

Prerequisites 📜

RPShell was made for Linux & MacOS. If you are on Windows you can use WSL or a Linux VM to play RPShell.

Ensure you have the following installed on your machine:

If not, all you need to do within your terminal is the following:

   # Install git
   sudo apt install git
   
   # Check if git is installed
   git --version
   
   # Install libreadline-dev
   sudo apt install libreadline-dev
   
   # Check if libreadline-dev is installed
   sudo apt list --installed | grep libreadline-dev

Installation 📥

# Clone the repository
git clone https://github.com/yourusername/rpg-fantasy-shell.git

# Navigate to the project directory
cd RPShell

# Install
make

Usage 🧙

To start your RPShell experience:

./RPShell

Now you're in a mystical realm. Let your adventures begin!

Commands and Arcane Rituals 🧙

Teleport (cd) 🚪

  • Use this incantation to traverse through magical portals to different realms (directories).

Chronicle of Past Incantations (History) 📜

  • Recount tales (commands) of old. Relive your journey through this mystical realm.

pwd 🧭

  • Summon this spell to reveal your current location within the vast labyrinth of realms.

echo 🗣️

  • Channel your inner bard! Proclaim words and let them echo through the land.

potion 🧪

  • Drink a magical potion to regain Mana.

long_rest 🛌

  • Take camp, and take a much needed rest adventurer. It restores HP and Mana.

exit 🌀

  • Utter this spell when you wish to leave the mystical shell and return to the mundane world.

help 📜

  • Summon the Great Enchanted Tome of Guidace.

Contributing 🤝

Contributions, issues, and feature requests are welcome! Feel free to check issues page.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License 📄

Distributed under the MIT License. See LICENSE for more information.

Contact 💌

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.2%
  • Makefile 1.8%