All Projects → its-danny → xibalba

its-danny / xibalba

Licence: MIT license
A Mayan roguelike

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to xibalba

AsLib
🎨: RPG map maker (paint tool)
Stars: ✭ 82 (+64%)
Mutual labels:  rpg, procedural-generation, rpg-game
troll-hunter
Trollhunter is a single-player roguelike game.
Stars: ✭ 28 (-44%)
Mutual labels:  rpg, roguelike, ascii-game
Magicallife
A 2d game that aspires to be similar to Rimworld, with more depth, magic, and RPG concepts.
Stars: ✭ 145 (+190%)
Mutual labels:  rpg, roguelike, help-wanted
games-wabot
Games-wabot is RPG Bot Whatsapp. Now support Multi-device!!, check branch multi-device
Stars: ✭ 165 (+230%)
Mutual labels:  rpg, rpg-game
TextGraphic
TextGraphic is a framework for creating Textual Graphics. It provides layers, styling, rich color, text justification, layouts, tables, view-ports, transparency, etc.
Stars: ✭ 83 (+66%)
Mutual labels:  ascii-art, ascii-graphics
asciju
Conversion of Image, video, text into ASCII format
Stars: ✭ 11 (-78%)
Mutual labels:  ascii-art, ascii-graphics
AsciiBird
ASCII version of the addictive Flappy Bird game.
Stars: ✭ 34 (-32%)
Mutual labels:  ascii-art, ascii-game
SpaceProject
A top-down 2D, procedurally generated space exploration and shooter game using libGDX. Kinda like Asteroids, only a little bigger.
Stars: ✭ 28 (-44%)
Mutual labels:  procedural-generation, libgdx
WuXiaRPG
《武侠与江湖》,菜鸟一只,第一次使用GitHub,一个Libgdx游戏框架做的武侠沙盘角色扮演游戏。
Stars: ✭ 20 (-60%)
Mutual labels:  rpg-game, libgdx-game
eureka
Old-school CRPG engine, editor and game
Stars: ✭ 41 (-18%)
Mutual labels:  rpg, rpg-game
OpenNefia
(Archived) Moddable engine reimplementation of the Japanese roguelike Elona.
Stars: ✭ 103 (+106%)
Mutual labels:  rpg, roguelike
LunarGdx
A networking library for LibGDX utilizing Netty allowing easy creation of multiplayer games.
Stars: ✭ 23 (-54%)
Mutual labels:  libgdx, libgdx-game
ApocaBot
ApocaBot: A Discord Bot for PbtA Games
Stars: ✭ 30 (-40%)
Mutual labels:  rpg, rpg-game
mega-rpg
A discord bot where you can build an empire, recruit a devastating army and level up your epic hero. All of this so you can explore and conquer the world!
Stars: ✭ 31 (-38%)
Mutual labels:  rpg, rpg-game
rpg-dice-roller
📱 RPG Dice Roller, Number Generator, Coin Flip - Available on Google Play Store - Made with React Native | Styled-Components
Stars: ✭ 15 (-70%)
Mutual labels:  rpg, rpg-game
thelegendofericc
Single player roguelike tile-based game written in Java using LibGDX and Ashley
Stars: ✭ 22 (-56%)
Mutual labels:  libgdx, roguelike
venn.nvim
Draw ASCII diagrams in Neovim
Stars: ✭ 539 (+978%)
Mutual labels:  ascii-art, ascii-graphics
vigilante
🦇 2D pixel-art side-scrolling single-player ARPG
Stars: ✭ 63 (+26%)
Mutual labels:  rpg, rpg-game
Freedom-Hunter
Monster Hunter like action RPG game
Stars: ✭ 71 (+42%)
Mutual labels:  rpg, rpg-game
flare
A Simple Browser Based Game.
Stars: ✭ 85 (+70%)
Mutual labels:  rpg, rpg-game

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].