Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.67 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.67 KB

What is it?

This is an android application aimed to help casters playing Dungeons & Dragons 5 edition. It lets you navigate through spells and see their details. Currently implemented features:

  • browse all spells from dnd edition 5 and their descriptions;
  • filter spells by name;
  • mark spells as favorites and switch between "favorites only" and "all spells" modes;

Planned features to be implemented soon (hopefully):

  • distinguish different class spells in the list by color and/or icon; class based filtering of spells.

Screenshots

Spell list Spell list

Building the project

Project uses gradle build system and gradle android plugin. For more information check it's documentation.

You have to specify your android SDK path either by creating a local.properties file at the project root with sdk.dir=<path to the sdk> content or by setting ANDROID_HOME environment variable.

Then you can assemble apk files by invoking gradlew assemble from the command line (gradlew.bat is used for Windows systems and gradlew script for non-Windows). The debug apk is signed and can be uploaded to the emulator. Note, that the release apk has to be signed in order to be installed on an actual phone.

As this project was created in Android studio you should not have much trouble importing it into this IDE.