Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added some features for the game to play on itch.io #8

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions Jungle Adventures/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2023 Denis Muriungi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
58 changes: 58 additions & 0 deletions Jungle Adventures/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# Jungle Adventure

This is a 2D RPG game based on the real-life military operation Linda Nchi conducted by the Kenyan army against Al-Shabaab militants in Somalia. The game features a variety of enemies, weapons, and levels that the player must navigate in order to complete the game.

## Play here

[Play](https://muriungi6.itch.io/jungle-adventure)

## Screenshots

![Menu Screen](https://github.com/riush03/Python-Games/blob/master/Jungle%20%20Adventures/screenshots/Screenshot_1.png)
## Requirements

To run this game, you will need to have the following software installed:

- Python 3.x
- Pygame library[game.py](game.py)

You can install Pygame using the following command:


## How to Play

1. Clone the repository to your local machine using `git clone`.

2. Navigate to the game directory in your terminal or command prompt.

3. Run the game by executing the `main.py` file:

4. Use the following controls to navigate the game:

- ⬆️/SPACE to Jump
- ⬅️ to move left
- ➡️ to move right
- ⬇️ to move down


5. Your goal is to navigate through each level, defeat enemies, and reach the end of the level without losing all your health. Collect power-ups along the way to gain an advantage against your enemies.

Enjoy the game!

## How to Run/Test

1. Clone the repository to your local machine using `git clone`.

2. Navigate to the game directory in your terminal or command prompt.

3. Double-click on the `OLN.py` file to run the game.

4. Use the following controls to navigate the game:

- ⬆️/SPACE to Jump
- ⬅️ to move left
- ➡️ to move right
- ⬇️ to move down


Enjoy the game.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading