Skip to content

XanderCalvert/Pokemon-Text-Adventure

Repository files navigation

Pokemon Text Adventure

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.

Project Description

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.

Project Goals

If I could get to beating Brock at the first gym that would be a great goal for the project.

Features

  • CRUD on save files saved as json

Setup

  1. Clone the Repository

    git clone https://github.com/yourusername/PokemonTextAdventure.git
    cd PokemonTextAdventure
  2. Install Dependencies

    Ensure you have Python installed. Then, install any dependencies (if any) listed in requirements.txt:

    pip install -r requirements.txt
  3. Run the Game

    To start the game, simply run the main script:

    python pokemon_text_adventure.py

Testing

Run the tests to ensure everything is working correctly:

python -m unittest discover tests

Contributing

I 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.

Licence

This project is licensed under the MIT Licence with Additional Commercial Restriction. See the LICENSE file for more details.

MIT Licence with Additional Commercial Restriction

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.

Additional Commercial Use Restriction:

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.

About

A Pokémon Text Adventure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages