Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 2.2 KB

File metadata and controls

57 lines (35 loc) · 2.2 KB

Adventure Game

Adventure Game Screenshot

Adventure Game is a text-based RPG game where the player takes on the role of a young adventurer. The game is set in a fantasy world where the player can explore different locations, interact with NPCs, and complete quests to progress through the game. The player can also choose to travel to other locations, which can lead to new quests and encounters.

Features

  • Text-based gameplay
  • Variety of weapons, armor, and potions
  • Magic system
  • NPCs with dialogue options
  • Quests and quest progress tracking
  • Music and sound effects

Requirements

  • Python 3.x

  • Pygame

    You can install Pygame using pip:

    pip install pygame  
    

    If you are using Windows, you may need to install the Microsoft Visual C++ Redistributable for Visual Studio 2015-2022 before installing Pygame.

    You can download the Microsoft Visual C++ Redistributable for Visual Studio 2015-2022 from the following link:

    https://aka.ms/vs/17/release/vc_redist.x64.exe

    After installing the Microsoft Visual C++ Redistributable for Visual Studio 2015-2022, you can install Pygame using pip

Gameplay

The game is a text-based RPG game where the player takes on the role of a young adventurer. The player can choose to play as a warrior, mage, or ranger. The game features a variety of weapons, armor, and potions to choose from, as well as a magic system that allows the player to cast spells and use magical abilities.

The game is set in a fantasy world where the player can explore different locations, interact with NPCs, and complete quests to progress through the game. The player can also choose to travel to other locations, which can lead to new quests and encounters.

Controls

  • Use the arrow keys to move the player character.
  • Press the space bar to attack.
  • Press the '1' key to switch between weapons.
  • Press the '2' key to switch between armor.

Credits

  • Game design and development: Dwi Bakti N Dev
  • Music: Dwi Bakti N Dev
  • Sound effects: Dwi Bakti N Dev

License

This game is licensed under the MIT License. See the LICENSE file for more information.