Welcome to Pokemon Text Adventure, a text-based RPG game inspired by the Pokémon series. This project is designed to run in the terminal and provides a nostalgic experience similar to the classic text-based RPG games.
Pokemon Text Adventure is a demake of the beloved Pokémon games, created to help me learn game design, logic, and the Python programming language. This project takes inspiration from games of the past, bringing the charm of text-based adventures to a modern audience. Players can explore a world, capture Pokémon, and battle trainers, all through text commands.
If I could get to beating Brock at the first gym that would be a great goal for the project.
- CRUD on save files saved as json
-
Clone the Repository
git clone https://github.com/yourusername/PokemonTextAdventure.git cd PokemonTextAdventure -
Install Dependencies
Ensure you have Python installed. Then, install any dependencies (if any) listed in
requirements.txt:pip install -r requirements.txt
-
Run the Game
To start the game, simply run the main script:
python pokemon_text_adventure.py
Run the tests to ensure everything is working correctly:
python -m unittest discover testsI welcome contributions from the community! If you'd like to contribute, please follow these steps:
Fork the repository. Create a new branch for your feature or bugfix. Make your changes and commit them with clear commit messages. Push your changes to your fork. Open a pull request to the main repository.
This project is licensed under the MIT Licence with Additional Commercial Restriction. See the LICENSE file for more details.
Copyright (c) 2024 Matt Calvert - https://github.com/XanderCalvert
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.
Commercial use of the Software is restricted to the original author. No person or entity other than the original author may sell, rent, lease, or otherwise commercially exploit the Software or derivative works based on the Software without explicit written permission from the original author.
The original author reserves all rights to grant licences to third parties for commercial use under separate written agreements.