Verdantis is a very simple tower defense game built using the libGDX framework submitted to LibGDX jam. It features strategic gameplay where players must defend the ancient tree from waves of enemies by placing plant towers.
components/
: Contains game components such as entities and their attributes.systems/
: Manages game logic and interactions, including enemy movement and tower behavior.screens/
: Defines different game screens (e.g., main menu, gameplay screen).utils/
: Utility classes and helper functions used across the project.
- Clone the repository:
git clone https://github.com/12ali21/verdantis.git
- Open the project in your favorite Java IDE (e.g., IntelliJ IDEA or Eclipse).
- Build and run the project. Ensure you have the libGDX framework set up in your environment.
- Java: Version 8 or higher.
- libGDX: Ensure the required dependencies are included in your development environment.