Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.73 KB

README.md

File metadata and controls

58 lines (41 loc) · 1.73 KB

RPTool App

RPTool App is a multi-tool to assist in online Pen & Paper roleplaying games.

Features

  • Custom Item Lists

Download

Item Lists

Item List Formatting Example:

NAME
PROPERTY 1: DESCRIPTION
PROPERTY 2: DESCRIPTION ON SAME LINE
MORE DESCRIPTION FOR PROPERTY 2
PROPERTY 3: DESCRIPTION FOR THIRD PROPERTY

New Item entry:

Robert De Niro
Birth Date: August 17, 1943

Bio:
One of the greatest actors of all time. 
Just google it if you don't believe it.

Entry result:

Development

Developed using NetBeans IDE 8.2, Java with JavaFX. Libraries used are Gson and JFoenix

License

GPLv3 License

Copyright (C) 2017 Ivan P. Skodje

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

GPLv3