This repository contains a modified version of the Pygame-DoodleJump game, originally created by MykleR. This version has been customized with new features and aesthetic improvements, while retaining the spirit of the original game.
- Forked from the original Pygame-DoodleJump repository.
- No images used for graphics in the original version.
- Well-cleaned and organized code.
- Relatively small codebase.
- Player Graphic: The player character is now represented by a dog icon.
- Enemies: Added various enemies with custom images appearing at specific score levels.
- Sound and Music: Background music and various sound effects for jumping, game over, and other events.
- Platforms: Updated graphics for both fixed and moving platforms.
- User Interface: Enhanced UI with market cap indicators and a custom victory message.
- Sound Control: Added an icon to toggle game sounds on and off.
- Score Line: A fixed white line indicating the market cap level where enemies appear, with the corresponding score displayed.
- Background: Custom background image for the game.
-
Clone the Repository:
git clone https://github.com/MrRedeth/DOG-Game.git
-
Navigate to the Project Directory:
cd DOG-Game
-
Install the Requirements:
pip install -r requirements.txt
-
Run the Game:
python main.py
The original game was created by MykleR. All credits for the original game go to him.
This project is released under the GNU Affero General Public License. See the LICENSE
file for more details.