Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pokearch/game
PokeArch is an immersive and engaging game developed using the Godot Engine. In this game, players explore a world inhabited by Pokémon creatures, engaging in battles and capturing Pokémon to build their collection. The game features multiple environments, a seamless user interface, and an immersive sound experience.
https://github.com/pokearch/game
2d-game-development exploration godot-engine pokemon random-encounters turn-based-battles
Last synced: about 1 month ago
JSON representation
PokeArch is an immersive and engaging game developed using the Godot Engine. In this game, players explore a world inhabited by Pokémon creatures, engaging in battles and capturing Pokémon to build their collection. The game features multiple environments, a seamless user interface, and an immersive sound experience.
- Host: GitHub
- URL: https://github.com/pokearch/game
- Owner: PokeArch
- License: apache-2.0
- Created: 2024-06-16T05:54:35.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T11:39:57.000Z (3 months ago)
- Last Synced: 2024-09-22T13:02:10.711Z (about 2 months ago)
- Topics: 2d-game-development, exploration, godot-engine, pokemon, random-encounters, turn-based-battles
- Language: GDScript
- Homepage: https://dorahacks.io/buidl/13779
- Size: 15.6 MB
- Stars: 4
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PokeArch
Welcome to *PokeArch*, an engaging game built with the Godot Engine where you explore, battle, and catch Pokémon in a vibrant world. PokeArch offers a dynamic and immersive experience with multiple environments, a seamless UI, and strategic gameplay.
## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Gameplay](#gameplay)
- [Environments](#environments)
- [Controls](#controls)
- [Installation](#installation)
- [Contributing](#contributing)
- [License](#license)## Introduction
PokeArch is a captivating game where players spawn in a land filled with Pokémon creatures. Your mission is to explore various environments, encounter wild Pokémon, battle them, and catch them to build your collection. The game emphasizes strategic planning and management as you maintain your Pokémon's health to ensure they're ready for future battles.## Features
- *Exploration:* Traverse through multiple environments, each offering unique Pokémon and challenges.
- *Battles:* Engage in turn-based battles with wild Pokémon.
- *Catching Pokémon:* Capture wild Pokémon to add to your collection.
- *Health Management:* Take care of your Pokémon by managing their health.
- *Seamless UI:* Enjoy a cohesive and user-friendly interface.
- *Dynamic Map:* Switch between different scenes and environments for a varied experience.
- *Immersive Sound Experience:* Enjoy good music and immersive sound throughout the game.## Gameplay
Upon starting the game, you spawn inside a lab where Professor Oak briefs you on all the needed information about the game. From there, you will get to explore one of the three main environments. As you navigate the map, you'll encounter wild Pokémon randomly. Engage in battles to weaken them and attempt to catch them. Each caught Pokémon becomes part of your collection, and you'll need to maintain their health for future battles.## Environments
### Grassland
A lush, green area filled with a variety of Pokémon. Perfect for starting your adventure.### Cave
A mysterious area with rare and powerful Pokémon. Prepare for tougher battles in this challenging environment.### Beach
A serene coastal area. Enjoy the calming waves as you search for new Pokémon to catch.## Controls
Controls are simple and easy to get used to, Detailed controls are provided in the instruction scene accessible from the main menu. Ensure to familiarize yourself with them for a smooth gaming experience.## Installation
1. Clone the repository:
bash
git clone https://github.com/PokeArch/game.git
2. Open the project in Godot Engine.
3. Run the game from the Godot editor.## Contributing
We welcome contributions! If you're interested in contributing to PokeArch, please follow these steps:
1. Fork the repository.
2. Create a new branch (git checkout -b feature-branch).
3. Make your changes and commit them (git commit -m 'Add some feature').
4. Push to the branch (git push origin feature-branch).
5. Open a pull request.Please read our [contributing guidelines](CONTRIBUTING.md) for more details.
## License
This project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file for more information.Enjoy your adventure in PokeArch!