creamsicles-studio / Projekt-Wadowice

"Wadowice" is a fantasy-military RPG inspired by the anime
MIT License
1 stars 0 forks source link

Wadowice

Version: 0.1
Date: July 15, 2024

Game Description

Wadowice is a fantasy-military RPG where players are tasked with protecting their home planet from threats emerging from a mysterious new world. Combining modern military technology with magic and fantasy, players must explore diverse environments, gather resources, form alliances with NPCs, and engage in dynamic combat. The game features a complex system where players' decisions influence politics and alliances in the new world, merging elements of RPG and shooter genres for a unique gaming experience.

Unique Features

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/creamsicles-studio/Projekt-Wadowice.git
  2. Navigate to the project directory:

    cd wadowice
  3. Open the project in Godot:

    • Open the Godot Engine.
    • Click on the Import button and navigate to the project directory.
    • Select the project.godot file and open the project.

Usage

Contributing

We welcome contributions! To get started, please fork the repository, create a new branch for your feature or bugfix, and submit a pull request. Please ensure your code adheres to the existing style and includes relevant tests.

  1. Fork the repository

  2. Create a new branch:

    git checkout -b feature/your-feature-name
  3. Commit your changes:

    git commit -m 'Add some feature'
  4. Push to the branch:

    git push origin feature/your-feature-name
  5. Open a pull request

License

This project is licensed under the MIT License - see the LICENSE file for details.


Note: Replace yourusername with your actual GitHub username in the clone URL.