/spirelike

Text-based game / learning project based on Slay the Spire

Primary LanguageJava

Spirelike

An implementation / interpretation of Slay the Spire as a text-based game.

If you enjoy this, please support the devs and purchase the original game. This is not intended to be a stand-alone game. It's a learning project that I'm keeping as a public repo.

How do I play?

At the moment, the instructions are basically:

  1. Install Java
  2. Clone repo
  3. From the root, run:
mvn install
mvn exec:java

Almost everything is still in its beginning stages so don't expect a particularly interesting game yet.