Skip to content

12ali21/verdantis

Repository files navigation

Verdantis: A Tower Defense Game

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.

Project Structure

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

Installation and Usage

  1. Clone the repository:
    git clone https://github.com/12ali21/verdantis.git
  2. Open the project in your favorite Java IDE (e.g., IntelliJ IDEA or Eclipse).
  3. Build and run the project. Ensure you have the libGDX framework set up in your environment.

Requirements

  • Java: Version 8 or higher.
  • libGDX: Ensure the required dependencies are included in your development environment.

Releases

No releases published

Packages

No packages published

Languages