Skip to content
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.

its-danny/xibalba

Repository files navigation

Xibalba

Not Maintained

Your goal is to make it to the bottom of Xibalba, kill the 10 Lords of Xibalba, resurrect your family member, and take them back to the world of the living. To do this, you must progress from the jungle to the caves, and from the caves to the dungeons of Xibalba.

During character creation you can choose a god to pledge to, obeying their requirements during your attempt will grant you access to their abilities. Going against them, though, will have extreme consequences.

Stats and skills advance through usage, no allotting points.

Screenshot


Xibalba is currently in development, a playable alpha will hopefully be available soon.

Get the game on itch.io.

Building

If you have Intellij

  • Clone this repo
  • Install the Gradle plugin if it's not already installed
  • Import Xibalba
  • Gradle -> Refresh all Gradle projects
  • Add a new configuration
    • Name: Desktop
    • Main class: me.dannytatom.xibalba.desktop.DesktopLauncher
    • Working directory: ~/path/to/xibalba/core/assets
    • Use classpath of module: desktop_main

Gradle command line

cd ~/path/to/xibalba/

# If gradle wrapper isn't setup yet
gradle wrapper

# Run
./gradlew desktop:run

# Build
./gradlew desktop:dist