Noob Fighter is a 2D role-playing game developed using Pygame, a Python library for game development. This game was created as a part of a Pygame tutorial for learning the basics of game development using Python.
In RPG Game, the player controls a character who is on a quest to defeat enemies and progress through levels. The game features a variety of enemies, each with its unique characteristics and abilities. The player must use their skills and strategy to defeat these enemies and progress through the game.
The game is played using keyboard controls, and the player can move their character around the game world, interact with objects, and engage in battles with enemies.
To play RPG Game on your local machine, you will need to have Pygame installed. You can install Pygame using the following command:
pip install pygame
Once you have Pygame installed, you can download the RPG Game source code from this repository and run the game.py file to start the game.
This project was created as a part of a Pygame tutorial, and we welcome contributions from anyone who is interested in improving the game. If you'd like to contribute, please feel free to fork the repository and submit a pull request with your changes.