Geometry Pokemon Dash is a 2D game built with Python and Pygame.
Before running the game, ensure you have the following installed:
- Python 3.8 or higher
- Pygame library
-
Clone the repository to your local machine:
git clone https://github.com/your-username/geometry-pokemon-dash.git cd geometry-pokemon-dash -
Install the required dependencies:
pip install pygame
-
Navigate to the project directory:
cd geometry-pokemon-dash -
Run the game using the following command:
python main.py
-
The game window will open, and you can start playing!
- Spacebar: Press to charge and release to jump.
- X Key: Press to perform a jump (single or double jump).
- Joystick Button 0: Press to charge and release to jump.
- Joystick Button 2: Press to perform a jump (single or double jump).
- Joystick Button 3: Press to restart the game after a game over.
The objective of the game is to navigate through the levels, avoid obstacles, and collect coins. The game features various platforms, spikes, and other challenges that you need to overcome to progress.
Enjoy playing Geometry Pokemon Dash!