Version: 0.1
Date: July 15, 2024
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.
Clone the repository:
git clone https://github.com/creamsicles-studio/Projekt-Wadowice.git
Navigate to the project directory:
cd wadowice
Open the project in Godot:
Import
button and navigate to the project directory.project.godot
file and open the project.Run the game:
Controls:
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.
Fork the repository
Create a new branch:
git checkout -b feature/your-feature-name
Commit your changes:
git commit -m 'Add some feature'
Push to the branch:
git push origin feature/your-feature-name
Open a pull request
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.