GithubHelp home page GithubHelp logo

ziroby / dmassist Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 10.91 MB

A d20 combat initiative tracker.

License: GNU General Public License v3.0

Shell 0.05% Java 81.91% CSS 11.46% HTML 3.64% Batchfile 0.01% Gherkin 0.04% JavaScript 2.88%

dmassist's Introduction

DM Assist

DM Assist helps you run pen and paper d20 games. It aims to be quick and light, so you can spend most of your time working with the players, not the computer. It uses minimal information, to make it fast to setup. It provides a command line interface, because command lines allow for a great deal of power and accessible easily and quickly. But it also has standard windowing access, so you get started using it very quickly.

Features:

  • Combat/initiative tracker

  • Tracks hitpoints, subdual damage, and initiative rolls for characters.

  • Tracks limited duration effects (such as spells), removing them when they expire.

  • Integrated dice roller – most places which accept a number accept a dice equation as well.

  • Complex dice equations – multiple dice rolls summed together, like 2 + 3d12 + 2d6 + 1d4 + 12

  • Combined windowing and command-line interface.

  • Save and load groups of characters.

DM Assist is free software, released under GPLv3.

Development

I originally wrote DM Assist in Java using a Swing interface, with model-view separation. The engine and swing portions were designed with Test First Development using JUnit tests.

I added the Android portion later. It was on the app store for a while and got over 20,000 downloads. I have not updated the Android code to the latest version, so it is no longer in the store.

I am now (July 2020) adding a Spring Boot server and will then add a JavaScript React front end.

Design

[DM Assist design diagram]

The Engine is a pure Java app, with full unit tests.

The Server is a Spring Boot RESTful microservice that exposes the actions from the engine.

The Repository is a thin Java layer to access the database.

I will decide the tech for the Database later. Changing database vendors should involve no change to the Repository.

Building

The build uses maven. To build everything:

    ./mvnw install

To deploy the Server, (coming soon) use:

    ./mvnw deploy

dmassist's People

Contributors

ziroby avatar

Stargazers

Philip Hachey avatar Jan Čejka avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.