Kozy-Korpesh and Bayan-Sulu's Adventure is a 2D adventure game developed in Pygame.
The game is a 2D side-scrolling adventure that takes place in different locations, such as a steppe and a forest. The player controls two characters, Kozy Korpesh and Bayan Sulu, using arrow keys and WASD keys respectively. The characters must navigate through various obstacles, including gates and lakes to reach their yurtas. The game has a win condition if both characters reach the yurta, and a lose condition if one of them hits the lake.
pip install pygame
or
pip3 install pygame
- Clone this repository to your local machine.
git clone https://github.com/MuratovArthur/KozyKorpesh_BayanSulu.git
To start the game, navigate into the main folder and run the following command in the terminal:
python main.py
or
python3 main.py
- Two players: Control Kozy-Korpesh with arrow keys (←, →, ↓, ↑) and Bayan-Sulu with (W,A,S,D) keys.
- Two locations: Steppe 🌾 and Forest 🌲
- Pause: You can pause the game at any time by pressing the SPACE key.
- Save Game: You can save your progress at any time by pressing the ESCAPE key and choosing YES in the menu. The game will save your position at current location.
- Challenging maps: One unique aspect of this game is the presence of gates and hidden buttons 🍄, which can be activated to open gates and progress through the location.
Inspired by QazComics, check out Kozy-Korpesh and Bayan-Sulu comics.